mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-21 07:43:08 +02:00
comment out failing clippy lint
This commit is contained in:
parent
f96b5415c8
commit
5cf3ce4bc8
1 changed files with 2 additions and 1 deletions
|
@ -1,5 +1,6 @@
|
||||||
#![warn(unsafe_op_in_unsafe_fn)]
|
#![warn(unsafe_op_in_unsafe_fn)]
|
||||||
#![warn(clippy::undocumented_unsafe_blocks)]
|
// Not working yet in stable - https://github.com/rust-lang/rust-clippy/issues/8020
|
||||||
|
// #![warn(clippy::undocumented_unsafe_blocks)]
|
||||||
|
|
||||||
mod traits;
|
mod traits;
|
||||||
mod util;
|
mod util;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue