Address PR Review <3

This commit is contained in:
xFrednet 2023-10-04 10:28:52 +02:00
parent 948355586f
commit 404217e631
No known key found for this signature in database
GPG Key ID: F5C59D0E669E5302

View File

@ -50,7 +50,7 @@ Current stable, released 2023-10-05
[#11049](https://github.com/rust-lang/rust-clippy/pull/11049) [#11049](https://github.com/rust-lang/rust-clippy/pull/11049)
* [`manual_is_finite`] * [`manual_is_finite`]
[#11049](https://github.com/rust-lang/rust-clippy/pull/11049) [#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) [#10788](https://github.com/rust-lang/rust-clippy/pull/10788)
* [`read_line_without_trim`] * [`read_line_without_trim`]
[#10970](https://github.com/rust-lang/rust-clippy/pull/10970) [#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`] * Renamed `unwrap_or_else_default` to [`unwrap_or_default`]
[#10120](https://github.com/rust-lang/rust-clippy/pull/10120) [#10120](https://github.com/rust-lang/rust-clippy/pull/10120)
* Moved [`tuple_array_conversions`] to `pedantic` (Now allow-by-default) * Moved [`tuple_array_conversions`] to `pedantic` (Now allow-by-default)
[#11171](https://github.com/rust-lang/rust-clippy/pull/11171) [#11146](https://github.com/rust-lang/rust-clippy/pull/11146)
* Moved [`arc_with_non_send_sync`] to `complexity` (Now warn-by-default) * Moved [`arc_with_non_send_sync`] to `suspicious` (Now warn-by-default)
[#11104](https://github.com/rust-lang/rust-clippy/pull/11104) [#11104](https://github.com/rust-lang/rust-clippy/pull/11104)
* Moved [`needless_raw_string_hashes`] to `pedantic` (Now allow-by-default) * Moved [`needless_raw_string_hashes`] to `pedantic` (Now allow-by-default)
[#11415](https://github.com/rust-lang/rust-clippy/pull/11415) [#11415](https://github.com/rust-lang/rust-clippy/pull/11415)