diff options
| author | xFrednet <xFrednet@gmail.com> | 2023-10-04 10:28:52 +0200 |
|---|---|---|
| committer | xFrednet <xFrednet@gmail.com> | 2023-10-04 10:28:52 +0200 |
| commit | 404217e631270d9a167cf63cbb3ea50cbe370ebc (patch) | |
| tree | d39a69c6cd34fb7461db9e3b69f6150d442f6e33 | |
| parent | 948355586fe325acb97be312e9f3c7ef8f13bba7 (diff) | |
| download | rust-404217e631270d9a167cf63cbb3ea50cbe370ebc.tar.gz rust-404217e631270d9a167cf63cbb3ea50cbe370ebc.zip | |
Address PR Review <3
| -rw-r--r-- | CHANGELOG.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 63930d5a705..fef25ad8635 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -50,7 +50,7 @@ Current stable, released 2023-10-05 [#11049](https://github.com/rust-lang/rust-clippy/pull/11049) * [`manual_is_finite`] [#11049](https://github.com/rust-lang/rust-clippy/pull/11049) -* [`non_canonical_partial_ord_impl`] +* [`incorrect_partial_ord_impl_on_ord_type`] [#10788](https://github.com/rust-lang/rust-clippy/pull/10788) * [`read_line_without_trim`] [#10970](https://github.com/rust-lang/rust-clippy/pull/10970) @@ -62,8 +62,8 @@ Current stable, released 2023-10-05 * Renamed `unwrap_or_else_default` to [`unwrap_or_default`] [#10120](https://github.com/rust-lang/rust-clippy/pull/10120) * Moved [`tuple_array_conversions`] to `pedantic` (Now allow-by-default) - [#11171](https://github.com/rust-lang/rust-clippy/pull/11171) -* Moved [`arc_with_non_send_sync`] to `complexity` (Now warn-by-default) + [#11146](https://github.com/rust-lang/rust-clippy/pull/11146) +* Moved [`arc_with_non_send_sync`] to `suspicious` (Now warn-by-default) [#11104](https://github.com/rust-lang/rust-clippy/pull/11104) * Moved [`needless_raw_string_hashes`] to `pedantic` (Now allow-by-default) [#11415](https://github.com/rust-lang/rust-clippy/pull/11415) |
