Split refining_impl_trait lint into _reachable, _internal variants
This commit is contained in:
parent
3c029725f5
commit
c121a26ab9
13 changed files with 239 additions and 33 deletions
|
@ -313,6 +313,12 @@ fn register_builtins(store: &mut LintStore) {
|
|||
// MACRO_USE_EXTERN_CRATE
|
||||
);
|
||||
|
||||
add_lint_group!(
|
||||
"refining_impl_trait",
|
||||
REFINING_IMPL_TRAIT_REACHABLE,
|
||||
REFINING_IMPL_TRAIT_INTERNAL
|
||||
);
|
||||
|
||||
// Register renamed and removed lints.
|
||||
store.register_renamed("single_use_lifetime", "single_use_lifetimes");
|
||||
store.register_renamed("elided_lifetime_in_path", "elided_lifetimes_in_paths");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue