mirror of
https://github.com/rust-lang/rust.git
synced 2025-04-28 02:57:37 +00:00
Fix docs for unstable_features lint.
This commit is contained in:
parent
63f70b3d10
commit
24e9a0c41b
@ -270,7 +270,6 @@ impl<'a> LintExtractor<'a> {
|
||||
if matches!(
|
||||
lint.name.as_str(),
|
||||
"unused_features" // broken lint
|
||||
| "unstable_features" // deprecated
|
||||
) {
|
||||
return Ok(());
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user