From 08080bc6cc25d981823391b44653c7878c9361e6 Mon Sep 17 00:00:00 2001 From: Kenny Kerr Date: Thu, 23 May 2024 07:39:10 -0500 Subject: [PATCH] lint priority --- Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 0ec9353713..0cd086c721 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,4 +14,7 @@ exclude = [ ] [workspace.lints.rust] +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)'] }