Fix docs for unstable_features lint.
This commit is contained in:
parent
63f70b3d10
commit
24e9a0c41b
1 changed files with 0 additions and 1 deletions
|
@ -270,7 +270,6 @@ impl<'a> LintExtractor<'a> {
|
||||||
if matches!(
|
if matches!(
|
||||||
lint.name.as_str(),
|
lint.name.as_str(),
|
||||||
"unused_features" // broken lint
|
"unused_features" // broken lint
|
||||||
| "unstable_features" // deprecated
|
|
||||||
) {
|
) {
|
||||||
return Ok(());
|
return Ok(());
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue