Skip to content

Commit

Permalink
Fix docs for unstable_features lint.
Browse files Browse the repository at this point in the history
  • Loading branch information
ehuss committed Apr 16, 2024
1 parent 63f70b3 commit 24e9a0c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/tools/lint-docs/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,6 @@ impl<'a> LintExtractor<'a> {
if matches!(
lint.name.as_str(),
"unused_features" // broken lint
| "unstable_features" // deprecated
) {
return Ok(());
}
Expand Down

0 comments on commit 24e9a0c

Please sign in to comment.