Skip to content

Commit

Permalink
Remove unused_qualifications (#3078)
Browse files Browse the repository at this point in the history
  • Loading branch information
kennykerr authored Jun 7, 2024
1 parent a623c3f commit 4572dcd
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 4572dcd

Please sign in to comment.