Skip to content

Commit

Permalink
Auto merge of #3702 - phansch:changechangelog, r=matthiaskrgr
Browse files Browse the repository at this point in the history
Remove unsafe_vector_initialization from added lints

It was deprecated before it reached a stable release,
no need to include it.
  • Loading branch information
bors committed Jan 26, 2019
2 parents 33a0fe7 + 59e176d commit e3270c6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e3270c6

Please sign in to comment.