about summary refs log tree commit diff
path: root/compiler/rustc_codegen_llvm/src
diff options
context:
space:
mode:
authorKevin Reid <kpreid@switchb.org>2024-09-23 11:58:28 -0700
committerKevin Reid <kpreid@switchb.org>2024-09-23 12:25:01 -0700
commita235cbd8ac347f323084c99d198f96d27269ec85 (patch)
treec01e80c5d5b89de9ef9e799fb08d88749fa0d04f /compiler/rustc_codegen_llvm/src
parentb39323bf255fa79b20f75b7650d64b91d2e0517e (diff)
downloadrust-a235cbd8ac347f323084c99d198f96d27269ec85.tar.gz
rust-a235cbd8ac347f323084c99d198f96d27269ec85.zip
`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.
Diffstat (limited to 'compiler/rustc_codegen_llvm/src')
0 files changed, 0 insertions, 0 deletions