Skip to content

Commit 0fbab04

Browse files
committed
minor follow up to removing soft mode #[unstable]
1 parent 1948ee1 commit 0fbab04

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -332,7 +332,6 @@ impl<'a> LintExtractor<'a> {
332332
if matches!(
333333
lint.name.as_str(),
334334
"unused_features" // broken lint
335-
| "soft_unstable" // cannot have a stable example
336335
) {
337336
return Ok(());
338337
}

0 commit comments

Comments
 (0)