From 1c6c79f92cad0c0e062ba1ef1d291f140e326cb3 Mon Sep 17 00:00:00 2001 From: Oliver Schneider Date: Sun, 3 Jun 2018 08:59:10 +0200 Subject: [PATCH] Version bump --- CHANGELOG.md | 4 ++++ Cargo.toml | 4 ++-- README.md | 2 +- clippy_lints/Cargo.toml | 2 +- clippy_lints/src/utils/inspector.rs | 4 ++-- min_version.txt | 6 +++--- 6 files changed, 13 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 85488816bcb..aefb32a346a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,9 @@ # Change Log All notable changes to this project will be documented in this file. +## 0.0.207 +* Rustup to *rustc 1.28.0-nightly (4ecf12bf0 2018-06-02)* + ## 0.0.206 * Rustup to *rustc 1.28.0-nightly (5bf68db6e 2018-05-28)* @@ -726,6 +729,7 @@ All notable changes to this project will be documented in this file. [`module_inception`]: https://rust-lang-nursery.github.io/rust-clippy/master/index.html#module_inception [`modulo_one`]: https://rust-lang-nursery.github.io/rust-clippy/master/index.html#modulo_one [`multiple_crate_versions`]: https://rust-lang-nursery.github.io/rust-clippy/master/index.html#multiple_crate_versions +[`multiple_inherent_impl`]: https://rust-lang-nursery.github.io/rust-clippy/master/index.html#multiple_inherent_impl [`mut_from_ref`]: https://rust-lang-nursery.github.io/rust-clippy/master/index.html#mut_from_ref [`mut_mut`]: https://rust-lang-nursery.github.io/rust-clippy/master/index.html#mut_mut [`mut_range_bound`]: https://rust-lang-nursery.github.io/rust-clippy/master/index.html#mut_range_bound diff --git a/Cargo.toml b/Cargo.toml index feafb83f3c5..e2be104f684 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ cargo-features = ["edition"] [package] name = "clippy" -version = "0.0.206" +version = "0.0.207" authors = [ "Manish Goregaokar ", "Andre Bogus ", @@ -40,7 +40,7 @@ path = "src/driver.rs" [dependencies] # begin automatic update -clippy_lints = { version = "0.0.206", path = "clippy_lints" } +clippy_lints = { version = "0.0.207", path = "clippy_lints" } # end automatic update regex = "1" semver = "0.9" diff --git a/README.md b/README.md index 5c90646bf9f..150f821b5f4 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ A collection of lints to catch common mistakes and improve your [Rust](https://github.com/rust-lang/rust) code. -[There are 260 lints included in this crate!](https://rust-lang-nursery.github.io/rust-clippy/master/index.html) +[There are 261 lints included in this crate!](https://rust-lang-nursery.github.io/rust-clippy/master/index.html) We have a bunch of lint categories to allow you to choose how much clippy is supposed to ~~annoy~~ help you: diff --git a/clippy_lints/Cargo.toml b/clippy_lints/Cargo.toml index b3e45129d80..4797c60096b 100644 --- a/clippy_lints/Cargo.toml +++ b/clippy_lints/Cargo.toml @@ -3,7 +3,7 @@ cargo-features = ["edition"] [package] name = "clippy_lints" # begin automatic update -version = "0.0.206" +version = "0.0.207" # end automatic update authors = [ "Manish Goregaokar ", diff --git a/clippy_lints/src/utils/inspector.rs b/clippy_lints/src/utils/inspector.rs index 0b2f157d2b3..cab9adc7b0c 100644 --- a/clippy_lints/src/utils/inspector.rs +++ b/clippy_lints/src/utils/inspector.rs @@ -53,7 +53,7 @@ impl<'a, 'tcx> LateLintPass<'a, 'tcx> for Pass { println!("impl item `{}`", item.name); match item.vis { hir::Visibility::Public => println!("public"), - hir::Visibility::Crate => println!("visible crate wide"), + hir::Visibility::Crate(_) => println!("visible crate wide"), hir::Visibility::Restricted { ref path, .. } => println!( "visible in module `{}`", print::to_string(print::NO_ANN, |s| s.print_path(path, false)) @@ -345,7 +345,7 @@ fn print_item(cx: &LateContext, item: &hir::Item) { println!("item `{}`", item.name); match item.vis { hir::Visibility::Public => println!("public"), - hir::Visibility::Crate => println!("visible crate wide"), + hir::Visibility::Crate(_) => println!("visible crate wide"), hir::Visibility::Restricted { ref path, .. } => println!( "visible in module `{}`", print::to_string(print::NO_ANN, |s| s.print_path(path, false)) diff --git a/min_version.txt b/min_version.txt index 6b2be5640c8..3e55bb8c208 100644 --- a/min_version.txt +++ b/min_version.txt @@ -1,7 +1,7 @@ -rustc 1.28.0-nightly (5bf68db6e 2018-05-28) +rustc 1.28.0-nightly (4ecf12bf0 2018-06-02) binary: rustc -commit-hash: 5bf68db6ecda0dd4788311a41b5c763d35597c96 -commit-date: 2018-05-28 +commit-hash: 4ecf12bf0eb8386626ccdb5f721a7183ccc4eba6 +commit-date: 2018-06-02 host: x86_64-unknown-linux-gnu release: 1.28.0-nightly LLVM version: 6.0