Skip to content

Commit

Permalink
remove unused_qualifications
Browse files Browse the repository at this point in the history
  • Loading branch information
kennykerr committed Jun 6, 2024
1 parent a623c3f commit 8f37d3b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,5 @@ exclude = [

[workspace.lints.rust]
rust_2018_idioms = { level = "warn", priority = -1 }
unused_qualifications = "allow" # See https://github.com/microsoft/windows-rs/issues/3076
missing_docs = "warn"
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(windows_raw_dylib, windows_debugger_visualizer)'] }

0 comments on commit 8f37d3b

Please sign in to comment.