docs(lint): unsafe should stay as deny

This commit is contained in:
Rudxain 2024-07-10 19:58:33 -04:00 committed by Ricardo Fernández Serrata
commit 897b658d14

View file

@ -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]