update references of clippy_utils::msrvs and clippy_lints::util::conf
This commit is contained in:
parent
789bc73d8a
commit
b9efa3ee2c
3 changed files with 8 additions and 8 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue