]> git.lizzy.rs Git - rust.git/commitdiff
Merge pull request #1980 from bjgill/patch-1
authorOliver Schneider <oli-obk@users.noreply.github.com>
Tue, 22 Aug 2017 09:17:48 +0000 (11:17 +0200)
committerGitHub <noreply@github.com>
Tue, 22 Aug 2017 09:17:48 +0000 (11:17 +0200)
Changelog entry for `cargo clippy --all`

CHANGELOG.md

index 6bf262bb72f17791ae364915ed599b1d4eb49dca..e9cc471a1566736daf4bf554438c913df8f64cc5 100644 (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)*