limit unsafe regions

This commit is contained in:
Dustin J. Mitchell 2022-02-01 00:48:49 +00:00
parent 22a6857c1b
commit 03ffb6ce83
3 changed files with 10 additions and 7 deletions

View file

@ -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;