]> git.lizzy.rs Git - rust.git/blobdiff - clippy_lints/src/renamed_lints.rs
Auto merge of #9148 - arieluy:then_some_unwrap_or, r=Jarcho
[rust.git] / clippy_lints / src / renamed_lints.rs
index bfc03116fe2d9542678069c605ebf0088137b99a..ba03ef93721186296021cb596a2992264072e4ee 100644 (file)
@@ -9,6 +9,7 @@
     ("clippy::cyclomatic_complexity", "clippy::cognitive_complexity"),
     ("clippy::disallowed_method", "clippy::disallowed_methods"),
     ("clippy::disallowed_type", "clippy::disallowed_types"),
+    ("clippy::eval_order_dependence", "clippy::mixed_read_write_in_expression"),
     ("clippy::for_loop_over_option", "clippy::for_loops_over_fallibles"),
     ("clippy::for_loop_over_result", "clippy::for_loops_over_fallibles"),
     ("clippy::identity_conversion", "clippy::useless_conversion"),