Move lookup_path and similar into clippy_utils::paths
This commit is contained in:
parent
b768fbe4bc
commit
f23772ce8c
15 changed files with 243 additions and 236 deletions
|
|
@ -10,7 +10,7 @@ mod too_many_lines;
|
|||
|
||||
use clippy_config::Conf;
|
||||
use clippy_utils::msrvs::Msrv;
|
||||
use clippy_utils::{PathNS, lookup_path_str};
|
||||
use clippy_utils::paths::{PathNS, lookup_path_str};
|
||||
use rustc_hir as hir;
|
||||
use rustc_hir::intravisit;
|
||||
use rustc_lint::{LateContext, LateLintPass};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue