diff --git a/rust/Cargo.toml b/rust/Cargo.toml index 5fc718f7..dff6c4ee 100644 --- a/rust/Cargo.toml +++ b/rust/Cargo.toml @@ -16,10 +16,13 @@ license = "MIT" rust-version = "1.75.0" [workspace.lints.rust] -missing_docs = "deny" +missing_docs = { level = "deny", priority = 1 } missing_debug_implementations = "warn" +non_ascii_idents = "warn" +nonstandard-style = "warn" trivial_numeric_casts = "warn" unstable_features = "warn" +unused = "warn" unused_import_braces = "warn" unused_qualifications = "warn"