Skip to content

Commit

Permalink
In retrospect, MachineApplicable is probably too confident
Browse files Browse the repository at this point in the history
  • Loading branch information
notriddle committed Feb 2, 2022
1 parent 214ce57 commit c9907ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/librustdoc/passes/html_tags.rs
Expand Up @@ -239,7 +239,7 @@ impl<'a, 'tcx> DocVisitor for InvalidHtmlTagsLinter<'a, 'tcx> {
generics_sp,
"try marking as source code with `backticks`",
format!("`{}`", generics_snippet),
Applicability::MachineApplicable,
Applicability::MaybeIncorrect,
);
} else {
diag.span_help(
Expand Down

0 comments on commit c9907ad

Please sign in to comment.