Skip to content

Commit ddf6fae

Browse files
authored
Rollup merge of #155039 - WaffleLapkin:hard_unstable, r=JonathanBrouwer
minor follow up to removing soft mode `#[unstable]` Follow up to #153622 r? JonathanBrouwer
2 parents d788fbf + 0fbab04 commit ddf6fae

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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)