diff options
| author | bors <bors@rust-lang.org> | 2024-05-02 12:47:40 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2024-05-02 12:47:40 +0000 |
| commit | c36918329f2a313ca201f63de7b8f960a32df307 (patch) | |
| tree | b0fbc8d92c0c789011cc3ce29f7b0f04decbc3cc /compiler/rustc_codegen_gcc | |
| parent | a2bd02b57e9e5d433ea0bfa585dbe6f22d58b303 (diff) | |
| parent | 5e05821af33d98d06242940417de6c915950c391 (diff) | |
| download | rust-c36918329f2a313ca201f63de7b8f960a32df307.tar.gz rust-c36918329f2a313ca201f63de7b8f960a32df307.zip | |
Auto merge of #12743 - CBSpeir:remove-paths-vec_resize, r=y21
Remove `dead_code` paths The following paths are `dead_code` and can be removed: ### `clippy_utils::paths::VEC_RESIZE` * Introduced when `vec_resize_to_zero` lint added in PR https://github.com/rust-lang/rust-clippy/pull/5637 * No longer used after commit https://github.com/rust-lang/rust-clippy/pull/8957/commits/8acc4d2f1e255e0e97e48b7a285a7d6db4a03bd6 ### `clippy_utils::paths::SLICE_GET` * Introduced when `get_first` lint added in PR https://github.com/rust-lang/rust-clippy/pull/8882 * No longer used after commit https://github.com/rust-lang/rust-clippy/pull/8957/commits/a8d80d531f1d358c26295eb3d81624594544dd4b ### `clippy_utils::paths::STR_BYTES` * Introduced when `bytes_count_to_len` lint added in PR https://github.com/rust-lang/rust-clippy/pull/8711 * No longer used after commit https://github.com/rust-lang/rust-clippy/pull/8957/commits/ba6a4595285e38f35970e66db903475989e0be6f When the lints were moved into the `Methods` lint pass, they switched from using paths to diagnostic items. However, the paths were never removed. This occurred in PR https://github.com/rust-lang/rust-clippy/pull/8957. This relates to issue https://github.com/rust-lang/rust-clippy/issues/5393 changelog: none
Diffstat (limited to 'compiler/rustc_codegen_gcc')
0 files changed, 0 insertions, 0 deletions
