diff options
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -82,6 +82,7 @@ match_bool = "warn" match_on_vec_items = "warn" match_same_arms = "warn" mismatching_type_param_order = "warn" +missing_transmute_annotations = "forbid" mixed_read_write_in_expression = "deny" mut_mut = "deny" mutex_atomic = "deny" |