From 8f37d3b303532f1be4c7d85a7d3d33e3c9aa0d50 Mon Sep 17 00:00:00 2001 From: Kenny Kerr Date: Thu, 6 Jun 2024 15:05:37 -0500 Subject: [PATCH] remove unused_qualifications --- 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)'] }