diff options
| author | y21 <30553356+y21@users.noreply.github.com> | 2023-11-04 01:15:32 +0100 |
|---|---|---|
| committer | y21 <30553356+y21@users.noreply.github.com> | 2023-11-04 01:15:32 +0100 |
| commit | b9efa3ee2c71856ceccbca4063c7e6dcc0912500 (patch) | |
| tree | baa72176e4a03957eb99096f2f833ed7777fe544 /clippy_dev | |
| parent | 789bc73d8a7068ff2ec658db9e8ec197f86d0954 (diff) | |
update references of `clippy_utils::msrvs` and `clippy_lints::util::conf`
Diffstat (limited to 'clippy_dev')
| -rw-r--r-- | clippy_dev/src/new_lint.rs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/clippy_dev/src/new_lint.rs b/clippy_dev/src/new_lint.rs index eeea53ce46f..ddc20f7f37f 100644 --- a/clippy_dev/src/new_lint.rs +++ b/clippy_dev/src/new_lint.rs @@ -320,8 +320,8 @@ fn get_lint_file_contents(lint: &LintData<'_>, enable_msrv: bool) -> String { extract_msrv_attr!({context_import}); }} - // TODO: Add MSRV level to `clippy_utils/src/msrvs.rs` if needed. - // TODO: Update msrv config comment in `clippy_lints/src/utils/conf.rs` + // TODO: Add MSRV level to `clippy_config/src/msrvs.rs` if needed. + // TODO: Update msrv config comment in `clippy_config/src/conf.rs` "# ) } else { |
