diff --git a/Cargo.toml b/Cargo.toml index 5ebde053..c3f48ef5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -227,6 +227,9 @@ unsafe_op_in_unsafe_fn = "warn" # not in rust 1.75.0 (doesn't break CI but won't check for it) unit_bindings = "warn" +# this seems to suggest broken code and is not working correctly +unused_braces = "allow" + [workspace.lints.clippy] # pedantic = "warn"