Skip to content

Commit 24e9a0c

Browse files
committed
Fix docs for unstable_features lint.
1 parent 63f70b3 commit 24e9a0c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/tools/lint-docs/src/lib.rs

-1
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,6 @@ impl<'a> LintExtractor<'a> {
270270
if matches!(
271271
lint.name.as_str(),
272272
"unused_features" // broken lint
273-
| "unstable_features" // deprecated
274273
) {
275274
return Ok(());
276275
}

0 commit comments

Comments
 (0)