From 4572dcd6aec2af346103e1785fa88e13a8539116 Mon Sep 17 00:00:00 2001 From: Kenny Kerr Date: Thu, 6 Jun 2024 17:05:41 -0700 Subject: [PATCH] Remove `unused_qualifications` (#3078) --- Cargo.toml | 1 - 1 file changed, 1 deletion(-) 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)'] }