diff --git a/Cargo.toml b/Cargo.toml index 196b6494..1bd70afe 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -114,6 +114,10 @@ name = "functional" path = "tests/functional/main.rs" test = false +[lints.rust] +unsafe_code = "forbid" + [lints.clippy] unwrap_used = "deny" expect_used = "deny" +enum_glob_use = "deny"