Skip to content

Commit

Permalink
Add a new doc_markdown test from issue comments
Browse files Browse the repository at this point in the history
  • Loading branch information
mcarton committed Jun 17, 2017
1 parent 1a297f0 commit 81b0efa
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions clippy_tests/examples/doc.rs
Expand Up @@ -138,3 +138,9 @@ fn issue1073_alt() {
/// be_sure_we_got_to_the_end_of_it
fn four_quotes() {
}

/// See [NIST SP 800-56A, revision 2].
///
/// [NIST SP 800-56A, revision 2]:
/// https://github.com/Manishearth/rust-clippy/issues/902#issuecomment-261919419
fn issue_902_comment() {}

0 comments on commit 81b0efa

Please sign in to comment.