add warn(unsafe_op_in_unsafe_fn)

This commit is contained in:
Dustin J. Mitchell 2022-01-31 19:57:05 +00:00
parent ce45c1004c
commit 2dc9358085
2 changed files with 7 additions and 3 deletions

View file

@ -1,3 +1,4 @@
#[warn(unsafe_op_in_unsafe_fn)]
pub mod replica;
pub mod result;
pub mod status;