Fix clippy lint about lints
This commit is contained in:
parent
7aba041c9f
commit
106a047b78
1 changed files with 1 additions and 1 deletions
|
|
@ -18,7 +18,7 @@ git = "https://github.com/Garmelon/toss.git"
|
|||
tag = "v0.2.3"
|
||||
|
||||
[workspace.lints]
|
||||
rust.unsafe_code = "forbid"
|
||||
rust.unsafe_code = { level = "forbid", priority = 1 }
|
||||
rust.future_incompatible = "warn"
|
||||
rust.rust_2018_idioms = "warn"
|
||||
rust.unused = "warn"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue