From 1bc91c368b6c1adea7f446a741575ee8ac6ea212 Mon Sep 17 00:00:00 2001 From: xFrednet Date: Wed, 28 Jul 2021 18:20:13 +0200 Subject: [PATCH] Addressed review suggestions Co-authored-by: Philipp Krones Co-authored-by: Takayuki Nakata --- CHANGELOG.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1013c17353bc..a7cd717b3f9e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,11 @@ Current beta, release 2021-09-09 [3ae8faf...4c41a22](https://github.com/rust-lang/rust-clippy/compare/3ae8faf...4c41a22) +### Important Changes + +* Stabilized `cargo clippy --fix` :tada: + [#7405](https://github.com/rust-lang/rust-clippy/pull/7405) + ### New Lints * [`rc_mutex`] @@ -72,7 +77,7 @@ Current beta, release 2021-09-09 [#7379](https://github.com/rust-lang/rust-clippy/pull/7379) * [`redundant_closure`]: Suggests `&mut` for `FnMut` [#7437](https://github.com/rust-lang/rust-clippy/pull/7437) -* [`disallowed_method`], [`disallowed_type`]: The configuration values `disallowed-method` and `disallowed_type` +* [`disallowed_method`], [`disallowed_type`]: The configuration values `disallowed-method` and `disallowed-type` no longer require fully qualified paths [#7345](https://github.com/rust-lang/rust-clippy/pull/7345) * [`zst_offset`]: Fixed lint invocation after it was accidentally suppressed @@ -133,14 +138,9 @@ Current beta, release 2021-09-09 * Clippy now uses a lint to generate its documentation [#7298](https://github.com/rust-lang/rust-clippy/pull/7298) -### Others - -* Stabilized `cargo clippy --fix` :tada: - [#7405](https://github.com/rust-lang/rust-clippy/pull/7405) - ## Rust 1.54 -Current stable, release 2021-07-29 +Current stable, released 2021-07-29 [7c7683c...3ae8faf](https://github.com/rust-lang/rust-clippy/compare/7c7683c...3ae8faf)