Rename all clippy_config::msrvs -> clippy_utils::msrvs
This commit is contained in:
parent
81483d4a6c
commit
5c1811ab94
86 changed files with 92 additions and 93 deletions
|
|
@ -1,10 +1,10 @@
|
|||
use std::ops::ControlFlow;
|
||||
|
||||
use clippy_config::Conf;
|
||||
use clippy_config::msrvs::{self, Msrv};
|
||||
use clippy_utils::diagnostics::{span_lint_and_sugg, span_lint_and_then};
|
||||
use clippy_utils::eager_or_lazy::switch_to_eager_eval;
|
||||
use clippy_utils::macros::matching_root_macro_call;
|
||||
use clippy_utils::msrvs::{self, Msrv};
|
||||
use clippy_utils::path_to_local_id;
|
||||
use clippy_utils::source::{snippet, str_literal_to_char_literal};
|
||||
use clippy_utils::visitors::{Descend, for_each_expr};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue