Remove unsafe_vector_initialization from added lints

It was deprecated before it reached a stable release,
no need to include it.
This commit is contained in:
Philipp Hansch 2019-01-26 12:50:40 +01:00
parent 33a0fe7b2c
commit 59e176d4af
No known key found for this signature in database
GPG Key ID: B6FA06A6E0E2665B

View File

@ -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