Auto merge of - phansch:changechangelog, r=matthiaskrgr

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:
bors 2019-01-26 11:58:35 +00:00
commit e3270c6f47

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