@@ -964,7 +964,7 @@ Released 2020-11-19
964964 [ #5907 ] ( https://github.com/rust-lang/rust-clippy/pull/5907 )
965965* [ ` suspicious_arithmetic_impl ` ] : extend to implementations of ` BitAnd ` , ` BitOr ` , ` BitXor ` , ` Rem ` , ` Shl ` , and ` Shr `
966966 [ #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 `
968968 [ #6025 ] ( https://github.com/rust-lang/rust-clippy/pull/6025 )
969969* Avoid [ ` redundant_pattern_matching ` ] triggering in macros
970970 [ #6069 ] ( https://github.com/rust-lang/rust-clippy/pull/6069 )
@@ -1451,7 +1451,7 @@ Released 2020-03-12
14511451* [ ` option_as_ref_deref ` ] [ #4945 ] ( https://github.com/rust-lang/rust-clippy/pull/4945 )
14521452* [ ` wildcard_in_or_patterns ` ] [ #4960 ] ( https://github.com/rust-lang/rust-clippy/pull/4960 )
14531453* [ ` 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 )
14551455* [ ` skip_while_next ` ] [ #5067 ] ( https://github.com/rust-lang/rust-clippy/pull/5067 )
14561456
14571457### Moves and Deprecations
@@ -2712,7 +2712,6 @@ Released 2018-09-13
27122712[ `integer_arithmetic` ] : https://rust-lang.github.io/rust-clippy/master/index.html#integer_arithmetic
27132713[ `integer_division` ] : https://rust-lang.github.io/rust-clippy/master/index.html#integer_division
27142714[ `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
27162715[ `invalid_null_ptr_usage` ] : https://rust-lang.github.io/rust-clippy/master/index.html#invalid_null_ptr_usage
27172716[ `invalid_regex` ] : https://rust-lang.github.io/rust-clippy/master/index.html#invalid_regex
27182717[ `invalid_upcast_comparisons` ] : https://rust-lang.github.io/rust-clippy/master/index.html#invalid_upcast_comparisons
0 commit comments