diff --git a/Cargo.toml b/Cargo.toml index ca2d5c2..06c0966 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,6 @@ edition = "2024" [lints.rust] # Core compiler strictness -unsafe_code = "forbid" missing_docs = "deny" missing_debug_implementations = "deny" missing_copy_implementations = "deny"