lib: forbid unsafe_code at all

This commit is contained in:
Yuya Nishihara 2023-12-13 13:16:23 +09:00
parent 9990c41a90
commit af6047a655

View file

@ -16,6 +16,7 @@
#![warn(missing_docs)]
#![deny(unused_must_use)]
#![forbid(unsafe_code)]
#[macro_use]
pub mod content_hash;