about summary refs log tree commit diff
diff options
context:
space:
mode:
authorPhilipp Hansch <dev@phansch.net>2019-01-26 12:50:40 +0100
committerPhilipp Hansch <dev@phansch.net>2019-01-26 12:50:40 +0100
commit59e176d4af9ac2df0eb1a5572be03ec6e1108a19 (patch)
treee97410869f0383ed528f4e11a03b8456e211e565
parent33a0fe7b2cd62ae61593b2504cb8deaa3fab61c4 (diff)
downloadrust-59e176d4af9ac2df0eb1a5572be03ec6e1108a19.tar.gz
rust-59e176d4af9ac2df0eb1a5572be03ec6e1108a19.zip
Remove unsafe_vector_initialization from added lints
It was deprecated before it reached a stable release,
no need to include it.
-rw-r--r--CHANGELOG.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 21e91c666b7..b773422b015 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -10,8 +10,8 @@ All notable changes to this project will be documented in this file.
 
 [2e26fdc2...b2601be](https://github.com/rust-lang/rust-clippy/compare/2e26fdc2...b2601be)
 
-* New lints: [`slow_vector_initialization`], [`unsafe_vector_initialization`],
-  [`mem_discriminant_non_enum`], [`redundant_clone`], [`wildcard_dependencies`],
+* New lints: [`slow_vector_initialization`], [`mem_discriminant_non_enum`],
+  [`redundant_clone`], [`wildcard_dependencies`],
   [`into_iter_on_ref`], [`into_iter_on_array`], [`deprecated_cfg_attr`],
   [`mem_discriminant_non_enum`], [`cargo_common_metadata`]
 * Add support for `u128` and `i128` to integer related lints