diff --git a/Cargo.toml b/Cargo.toml index aa5b6213..cf39a5bd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -103,6 +103,7 @@ as_underscore = "warn" # TODO: unwrap_used = "warn" # Let’s either handle `None`, `Err` or use `expect` to give a reason. large_stack_frames = "warn" mem_forget = "warn" +mixed_read_write_in_expression = "warn" # == Style, readability == # semicolon_outside_block = "warn" # With semicolon-outside-block-ignore-multiline = true