mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-15 20:45:45 +03:00
b3e056f198
refactored with `check_item` and `check_item_post`. this refactoring also fixed a few bugs related to mod path with shared segment name caused by preivous approach. changelog: [`self_named_module_files`]: don't lint mod tagged with path attribute changelog: [`mod_module_files`]: don't lint mod tagged with path attribute Signed-off-by: Zihan <zihanli0822@gmail.com>