diff --git a/Cargo.toml b/Cargo.toml index 242f9640ef..0ec9353713 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,6 +14,4 @@ exclude = [ ] [workspace.lints.rust] -rust_2018_idioms = "warn" -missing_docs = "warn" unexpected_cfgs = { level = "warn", check-cfg = ['cfg(windows_raw_dylib, windows_debugger_visualizer)'] }