Skip to content

Commit 83b3de7

Browse files
committed
Fix doc comment about broken link lint
1 parent 853e785 commit 83b3de7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

clippy_lints/src/doc/mod.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -277,6 +277,7 @@ declare_clippy_lint! {
277277
/// /// [example of a bad link](https://
278278
/// /// github.com/rust-lang/rust-clippy/)
279279
/// pub fn do_something() {}
280+
/// ```
280281
///
281282
/// It shouldn't be broken across multiple lines to work:
282283
/// ```no_run

0 commit comments

Comments
 (0)