Skip to content

Commit

Permalink
Update clippy_lints/src/doc.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Cameron Steffen <[email protected]>
  • Loading branch information
Manishearth and camsteffen authored Sep 28, 2021
1 parent 25850fc commit 79d86d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clippy_lints/src/doc.rs
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ impl<'tcx> LateLintPass<'tcx> for DocMarkdown {
cx,
MISSING_SAFETY_DOC,
item.span,
"unsafe trait's docs miss `# Safety` section",
"docs for unsafe trait missing `# Safety` section",
);
}
},
Expand Down

0 comments on commit 79d86d0

Please sign in to comment.