From 05a8caf7f518c476862b0f9776a88c21e653fe6e Mon Sep 17 00:00:00 2001 From: Kenny Kerr Date: Thu, 23 May 2024 07:25:53 -0500 Subject: [PATCH] lint warning --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 10c6842097..0cd086c721 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ exclude = [ ] [workspace.lints.rust] -rust_2018_idioms = "warn" +rust_2018_idioms = { level = "warn", priority = -1 } unused_qualifications = "warn" missing_docs = "warn" unexpected_cfgs = { level = "warn", check-cfg = ['cfg(windows_raw_dylib, windows_debugger_visualizer)'] }