We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9bea1f commit 392df9fCopy full SHA for 392df9f
CHANGELOG.md
@@ -1,6 +1,13 @@
1
# Change Log
2
All notable changes to this project will be documented in this file.
3
4
+## 0.0.67 — 2016-05-12
5
+* Rustup to *rustc 1.10.0-nightly (22ac88f1a 2016-05-11)*
6
+
7
+## 0.0.66 — 2016-05-11
8
+* New `cargo clippy` subcommand
9
+* New lints: [`assign_op_pattern`], [`assign_ops`], [`needless_borrow`]
10
11
## 0.0.65 — 2016-05-08
12
* Rustup to *rustc 1.10.0-nightly (62e2b2fb7 2016-05-06)*
13
* New lints: [`float_arithmetic`], [`integer_arithmetic`]
Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "clippy"
-version = "0.0.66"
+version = "0.0.67"
authors = [
"Manish Goregaokar <manishsmail@gmail.com>",
"Andre Bogus <bogusandre@gmail.com>",
0 commit comments