Add #![forbid(unsafe_code)]

Closes #70
This commit is contained in:
Sebastian Schmidt 2021-05-28 09:30:26 +03:00
parent 5cac04be4d
commit 862bfae920

View File

@ -475,6 +475,7 @@
//!
#![deny(missing_docs)]
#![forbid(unsafe_code)]
#[cfg(feature = "regex_support")]
extern crate regex;