@@ -964,7 +964,7 @@ Released 2020-11-19
964
964
[ #5907 ] ( https://github.com/rust-lang/rust-clippy/pull/5907 )
965
965
* [ ` suspicious_arithmetic_impl ` ] : extend to implementations of ` BitAnd ` , ` BitOr ` , ` BitXor ` , ` Rem ` , ` Shl ` , and ` Shr `
966
966
[ #5884 ] ( https://github.com/rust-lang/rust-clippy/pull/5884 )
967
- * [ ` invalid_atomic_ordering ` ] : detect misuse of ` compare_exchange ` , ` compare_exchange_weak ` , and ` fetch_update `
967
+ * ` invalid_atomic_ordering ` : detect misuse of ` compare_exchange ` , ` compare_exchange_weak ` , and ` fetch_update `
968
968
[ #6025 ] ( https://github.com/rust-lang/rust-clippy/pull/6025 )
969
969
* Avoid [ ` redundant_pattern_matching ` ] triggering in macros
970
970
[ #6069 ] ( https://github.com/rust-lang/rust-clippy/pull/6069 )
@@ -1451,7 +1451,7 @@ Released 2020-03-12
1451
1451
* [ ` option_as_ref_deref ` ] [ #4945 ] ( https://github.com/rust-lang/rust-clippy/pull/4945 )
1452
1452
* [ ` wildcard_in_or_patterns ` ] [ #4960 ] ( https://github.com/rust-lang/rust-clippy/pull/4960 )
1453
1453
* [ ` iter_nth_zero ` ] [ #4966 ] ( https://github.com/rust-lang/rust-clippy/pull/4966 )
1454
- * [ ` invalid_atomic_ordering ` ] [ #4999 ] ( https://github.com/rust-lang/rust-clippy/pull/4999 )
1454
+ * ` invalid_atomic_ordering ` [ #4999 ] ( https://github.com/rust-lang/rust-clippy/pull/4999 )
1455
1455
* [ ` skip_while_next ` ] [ #5067 ] ( https://github.com/rust-lang/rust-clippy/pull/5067 )
1456
1456
1457
1457
### Moves and Deprecations
@@ -2712,7 +2712,6 @@ Released 2018-09-13
2712
2712
[ `integer_arithmetic` ] : https://rust-lang.github.io/rust-clippy/master/index.html#integer_arithmetic
2713
2713
[ `integer_division` ] : https://rust-lang.github.io/rust-clippy/master/index.html#integer_division
2714
2714
[ `into_iter_on_ref` ] : https://rust-lang.github.io/rust-clippy/master/index.html#into_iter_on_ref
2715
- [ `invalid_atomic_ordering` ] : https://rust-lang.github.io/rust-clippy/master/index.html#invalid_atomic_ordering
2716
2715
[ `invalid_null_ptr_usage` ] : https://rust-lang.github.io/rust-clippy/master/index.html#invalid_null_ptr_usage
2717
2716
[ `invalid_regex` ] : https://rust-lang.github.io/rust-clippy/master/index.html#invalid_regex
2718
2717
[ `invalid_upcast_comparisons` ] : https://rust-lang.github.io/rust-clippy/master/index.html#invalid_upcast_comparisons
0 commit comments