Skip to content

Commit 575860f

Browse files
authored
Unrolled build for rust-lang#124001
Rollup merge of rust-lang#124001 - ehuss:fix-unstable_features-docs, r=compiler-errors Fix docs for unstable_features lint. This fixes the `unstable_features` lint documentation (at https://doc.rust-lang.org/rustc/lints/listing/allowed-by-default.html#unstable-features) so that it correctly displays the output (instead of showing `{{produces}}`). The lint was undeprecated in rust-lang#118639, but this little part was missed when that happened.
2 parents 4e1f5d9 + 24e9a0c commit 575860f

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)