1
Fork 0

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!( 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(());
} }