mirror of
https://github.com/rust-lang/rust-clippy
synced 2025-02-16 22:18:40 +00:00
Bump to 0.0.69
This commit is contained in:
parent
ac2e175c1b
commit
f2eea6211c
2 changed files with 5 additions and 1 deletions
|
@ -1,6 +1,10 @@
|
|||
# Change Log
|
||||
All notable changes to this project will be documented in this file.
|
||||
|
||||
## 0.0.69 — 2016-05-20
|
||||
* Rustup to *rustc 1.10.0-nightly (476fe6eef 2016-05-21)*
|
||||
* `used_underscore_binding` has been made `Allow` temporarily
|
||||
|
||||
## 0.0.68 — 2016-05-17
|
||||
* Rustup to *rustc 1.10.0-nightly (cd6a40017 2016-05-16)*
|
||||
* New lint: [`unnecessary_operation`]
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "clippy"
|
||||
version = "0.0.68"
|
||||
version = "0.0.69"
|
||||
authors = [
|
||||
"Manish Goregaokar <manishsmail@gmail.com>",
|
||||
"Andre Bogus <bogusandre@gmail.com>",
|
||||
|
|
Loading…
Add table
Reference in a new issue