Changelog entry for cargo clippy --all

Should have added this as part of #1975
This commit is contained in:
Benjamin Gill 2017-08-22 09:59:58 +01:00 committed by GitHub
parent 992d88ab58
commit 6b0a2846b7

View file

@ -3,6 +3,7 @@ All notable changes to this project will be documented in this file.
## 0.0.154
* Fix [`use_self`] triggering inside derives
* Add support for linting an entire workspace with `cargo clippy --all`
## 0.0.153
* Update to *rustc 1.21.0-nightly (8c303ed87 2017-08-20)*