Skip to content

Commit c6deb08

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

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)