]> git.lizzy.rs Git - rust.git/commitdiff
Bump to 1.105
authorManish Goregaokar <manishsmail@gmail.com>
Wed, 4 Jan 2017 23:40:34 +0000 (15:40 -0800)
committerManish Goregaokar <manishsmail@gmail.com>
Wed, 4 Jan 2017 23:50:57 +0000 (15:50 -0800)
CHANGELOG.md
Cargo.toml
clippy_lints/Cargo.toml

index 7eb5df200f069e1ace6a26b3487d024f5991ced2..97bfbfda7606bf87fd2ead5fdbf4a7e0c92e58d6 100644 (file)
@@ -1,6 +1,12 @@
 # Change Log
 All notable changes to this project will be documented in this file.
 
+## 0.0.105 — 2016-12-15
+* Update to *rustc 1.15.0-nightly (8f02c429a 2016-12-15)*
+* New lints: [`deref_addrof`], [`double_parens`], [`pub_enum_variant_names`]
+* Fix suggestion in [`new_without_default`]
+* FP fix in [`absurd_extreme_comparisons`]
+
 ## 0.0.104 — 2016-12-15
 * Update to *rustc 1.15.0-nightly (8f02c429a 2016-12-15)*
 
index 0b1d7fd8671b651bed7f361d2f189915cd681bcb..d614a2389ef2b2b153c19857d02d2d3e970c26ad 100644 (file)
@@ -1,6 +1,6 @@
 [package]
 name = "clippy"
-version = "0.0.104"
+version = "0.0.105"
 authors = [
        "Manish Goregaokar <manishsmail@gmail.com>",
        "Andre Bogus <bogusandre@gmail.com>",
@@ -25,7 +25,7 @@ test = false
 
 [dependencies]
 # begin automatic update
-clippy_lints = { version = "0.0.104", path = "clippy_lints" }
+clippy_lints = { version = "0.0.105", path = "clippy_lints" }
 # end automatic update
 
 [dev-dependencies]
index faf86875f40d493994c608fc6f2b4d45b85fc900..2792ca16d6271e453864d2da219072727b79050e 100644 (file)
@@ -1,7 +1,7 @@
 [package]
 name = "clippy_lints"
 # begin automatic update
-version = "0.0.104"
+version = "0.0.105"
 # end automatic update
 authors = [
        "Manish Goregaokar <manishsmail@gmail.com>",