From 897b658d14760d6fef9f60c54d65b871ae87d5fb Mon Sep 17 00:00:00 2001 From: Rudxain Date: Wed, 10 Jul 2024 19:58:33 -0400 Subject: [PATCH] docs(lint): `unsafe` should stay as `deny` --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index d74aec3..8ba1c06 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -53,7 +53,7 @@ strip = "symbols" embed-resource = "2.4.2" [lints.rust] -# "deny" is temp, "forbid" later +# "forbid" may cause conflicts with libs (static and dynamic) unsafe_code = "deny" [lints.clippy]