mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
don't use unsafe_op_in_unsafe_fn, as it's not in MSRV
This commit is contained in:
parent
471119dbdf
commit
f0178d4fab
1 changed files with 4 additions and 1 deletions
|
@ -1,4 +1,7 @@
|
||||||
#![warn(unsafe_op_in_unsafe_fn)]
|
// Not compatible with the MSRV
|
||||||
|
// #![warn(unsafe_op_in_unsafe_fn)]
|
||||||
|
#![allow(unused_unsafe)]
|
||||||
|
|
||||||
// Not working yet in stable - https://github.com/rust-lang/rust-clippy/issues/8020
|
// Not working yet in stable - https://github.com/rust-lang/rust-clippy/issues/8020
|
||||||
// #![warn(clippy::undocumented_unsafe_blocks)]
|
// #![warn(clippy::undocumented_unsafe_blocks)]
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue