mirror of
https://github.com/rust-lang/rust.git
synced 2025-06-06 12:18:33 +00:00
Rollup merge of #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 https://github.com/rust-lang/rust/pull/118639, but this little part was missed when that happened.
This commit is contained in:
commit
583c1a09ee
@ -270,7 +270,6 @@ impl<'a> LintExtractor<'a> {
|
|||||||
if matches!(
|
if matches!(
|
||||||
lint.name.as_str(),
|
lint.name.as_str(),
|
||||||
"unused_features" // broken lint
|
"unused_features" // broken lint
|
||||||
| "unstable_features" // deprecated
|
|
||||||
) {
|
) {
|
||||||
return Ok(());
|
return Ok(());
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user