Skip to content

Commit e3270c6

Browse files
committed
Auto merge of #3702 - 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.
2 parents 33a0fe7 + 59e176d commit e3270c6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CHANGELOG.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ All notable changes to this project will be documented in this file.
1010

1111
[2e26fdc2...b2601be](https://github.com/rust-lang/rust-clippy/compare/2e26fdc2...b2601be)
1212

13-
* New lints: [`slow_vector_initialization`], [`unsafe_vector_initialization`],
14-
[`mem_discriminant_non_enum`], [`redundant_clone`], [`wildcard_dependencies`],
13+
* New lints: [`slow_vector_initialization`], [`mem_discriminant_non_enum`],
14+
[`redundant_clone`], [`wildcard_dependencies`],
1515
[`into_iter_on_ref`], [`into_iter_on_array`], [`deprecated_cfg_attr`],
1616
[`mem_discriminant_non_enum`], [`cargo_common_metadata`]
1717
* Add support for `u128` and `i128` to integer related lints

0 commit comments

Comments
 (0)