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)'] }