update references of clippy_utils::msrvs and clippy_lints::util::conf

This commit is contained in:
y21 2023-11-04 01:15:32 +01:00
parent 789bc73d8a
commit b9efa3ee2c
3 changed files with 8 additions and 8 deletions

View file

@ -490,7 +490,7 @@ impl Types {
// All lints that are being checked in this block are guarded by
// the `avoid_breaking_exported_api` configuration. When adding a
// new lint, please also add the name to the configuration documentation
// in `clippy_lints::utils::conf.rs`
// in `clippy_config::conf`
let mut triggered = false;
triggered |= box_collection::check(cx, hir_ty, qpath, def_id);