diff options
| author | bors <bors@rust-lang.org> | 2024-10-12 16:46:31 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2024-10-12 16:46:31 +0000 |
| commit | 55f6029baa797b916ee8689929a454f10134a9ad (patch) | |
| tree | a1710fad9e45caa886eb5863969e2ac6744d3e70 /compiler/rustc_codegen_llvm/src | |
| parent | 48e98ec68d1bbf59dad21daff151ff4da4121a64 (diff) | |
| parent | a235cbd8ac347f323084c99d198f96d27269ec85 (diff) | |
| download | rust-55f6029baa797b916ee8689929a454f10134a9ad.tar.gz rust-55f6029baa797b916ee8689929a454f10134a9ad.zip | |
Auto merge of #13444 - kpreid:fix-8524-private-rep, r=blyxyas
`module_name_repetitions`: don't warn if the item is in a private module. Fixes <https://github.com/rust-lang/rust-clippy/issues/8524>. There is still a warning (as there should be) if the item is reexported by name, but not by glob; that would require further work to examine the names in the glob, and I haven't looked into that. Credit to `@Centri3` for suggesting approximately this simple fix in <https://github.com/rust-lang/rust-clippy/issues/8524#issuecomment-1729036149>. However, per later comment <https://github.com/rust-lang/rust-clippy/issues/8524#issuecomment-2035836495>, I am not making it configuration-dependent, but *always* checking public items in public modules only. changelog: [`module_name_repetitions`]: don't warn if the item is in a private module.
Diffstat (limited to 'compiler/rustc_codegen_llvm/src')
0 files changed, 0 insertions, 0 deletions
