mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
limit unsafe regions
This commit is contained in:
parent
22a6857c1b
commit
03ffb6ce83
3 changed files with 10 additions and 7 deletions
|
@ -1,7 +1,6 @@
|
|||
#![warn(unsafe_op_in_unsafe_fn)]
|
||||
mod util;
|
||||
|
||||
// TODO: #![..]
|
||||
#[warn(unsafe_op_in_unsafe_fn)]
|
||||
pub mod replica;
|
||||
pub mod result;
|
||||
pub mod status;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue