Skip to content

Commit 3416fa1

Browse files
Fix doc lint error
1 parent d9570e0 commit 3416fa1

File tree

1 file changed

+1
-1
lines changed
  • compiler/rustc_errors/src

1 file changed

+1
-1
lines changed

compiler/rustc_errors/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -411,7 +411,7 @@ struct HandlerInner {
411411
/// would be unnecessary repetition.
412412
taught_diagnostics: FxHashSet<DiagnosticId>,
413413

414-
/// Used to suggest rustc --explain <error code>
414+
/// Used to suggest rustc --explain `<error code>`
415415
emitted_diagnostic_codes: FxIndexSet<DiagnosticId>,
416416

417417
/// This set contains a hash of every diagnostic that has been emitted by

0 commit comments

Comments
 (0)