Skip to content

Commit

Permalink
lint priority
Browse files Browse the repository at this point in the history
  • Loading branch information
kennykerr committed May 23, 2024
1 parent beebc3e commit 08080bc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,7 @@ exclude = [
]

[workspace.lints.rust]
rust_2018_idioms = { level = "warn", priority = -1 }
unused_qualifications = "warn"
missing_docs = "warn"
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(windows_raw_dylib, windows_debugger_visualizer)'] }

0 comments on commit 08080bc

Please sign in to comment.