Fix docs for unstable_features lint.

This commit is contained in:
Eric Huss 2024-04-15 19:22:19 -07:00
parent 63f70b3d10
commit 24e9a0c41b

View File

@ -270,7 +270,6 @@ impl<'a> LintExtractor<'a> {
if matches!(
lint.name.as_str(),
"unused_features" // broken lint
| "unstable_features" // deprecated
) {
return Ok(());
}