Skip to content

Commit 943e9b5

Browse files
committed
Fix CHANGELOG misdescription of #1207
1 parent 9c736dc commit 943e9b5

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

CHANGELOG.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,11 @@
22
All notable changes to this project will be documented in this file.
33

44
## 0.0.88 — ??
5-
* The following lints are not new but were missing from the [`clippy`] and [`clippy_pedantic`] groups: [`filter_next`], [`for_loop_over_option`], [`for_loop_over_result`], [`match_overlapping_arm`].
5+
* The following lints are not new but were only usable through the `clippy`
6+
lint groups: [`filter_next`], [`for_loop_over_option`],
7+
[`for_loop_over_result`] and [`match_overlapping_arm`]. You should now be
8+
able to `#[allow/deny]` them individually and they are available directly
9+
through [`cargo clippy`].
610

711
## 0.0.87 — 2016-08-31
812
* Rustup to *rustc 1.13.0-nightly (eac41469d 2016-08-30)*

0 commit comments

Comments
 (0)