diff --git a/Cargo.toml b/Cargo.toml index 3eb997b1f5..00ab9b32b3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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)'] }