Skip to content

Commit

Permalink
one day i'll be a real dev
Browse files Browse the repository at this point in the history
  • Loading branch information
Arlie Davis committed Jun 6, 2024
1 parent 855acb4 commit 9e288f2
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,6 @@ exclude = [

[workspace.lints.rust]
rust_2018_idioms = { level = "warn", priority = -1 }
unused_qualifications = "warn"
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)'] }

# See https://github.com/microsoft/windows-rs/issues/3076
unused-qualifications = { level = "allow" }

0 comments on commit 9e288f2

Please sign in to comment.