diff --git a/rust/Cargo.toml b/rust/Cargo.toml index 1c6b2cde..4d4e36f9 100644 --- a/rust/Cargo.toml +++ b/rust/Cargo.toml @@ -22,7 +22,6 @@ rust-version = "1.75.0" [workspace.lints.rust] missing_docs = { level = "deny", priority = 1 } missing_debug_implementations = "warn" -non_ascii_idents = "warn" nonstandard-style = "warn" trivial_numeric_casts = "warn" unstable_features = "warn"