Fix clippy lint about lints

This commit is contained in:
Joscha 2024-11-06 22:01:54 +01:00
parent 7aba041c9f
commit 106a047b78

View file

@ -18,7 +18,7 @@ git = "https://github.com/Garmelon/toss.git"
tag = "v0.2.3" tag = "v0.2.3"
[workspace.lints] [workspace.lints]
rust.unsafe_code = "forbid" rust.unsafe_code = { level = "forbid", priority = 1 }
rust.future_incompatible = "warn" rust.future_incompatible = "warn"
rust.rust_2018_idioms = "warn" rust.rust_2018_idioms = "warn"
rust.unused = "warn" rust.unused = "warn"