Closed hhirtz closed 4 years ago
#![forbid(unsafe_code)] annotation makes rustc abort compilation if there are any unsafe blocks in the crate, and exceptions cannot be made with allow/warn annotations.
#![forbid(unsafe_code)]
Also add a badge on README.md to advertise the complete safety of rust-bcrypt.
Thanks!
#![forbid(unsafe_code)]
annotation makes rustc abort compilation if there are any unsafe blocks in the crate, and exceptions cannot be made with allow/warn annotations.Also add a badge on README.md to advertise the complete safety of rust-bcrypt.