Home
last modified time | relevance | path

Searched defs:check_mod (Results 1 – 3 of 3) sorted by relevance

/third_party/rust/rust/src/tools/clippy/clippy_lints/src/
Ditems_after_test_module.rs44 fn check_mod(&mut self, cx: &LateContext<'_>, _: &Mod<'_>, _: HirId) { in check_mod() method
Dsingle_component_path_imports.rs124 fn check_mod(&mut self, items: &[P<Item>]) { in check_mod() method
/third_party/rust/rust/compiler/rustc_lint/src/
Dnonstandard_style.rs329 fn check_mod(&mut self, cx: &LateContext<'_>, _: &'tcx hir::Mod<'tcx>, id: hir::HirId) { in check_mod() method