From 81b0efa094ec7ea00ecdf5b2d79306d42058c7f7 Mon Sep 17 00:00:00 2001 From: mcarton Date: Tue, 30 May 2017 19:49:09 +0200 Subject: [PATCH] Add a new `doc_markdown` test from issue comments --- clippy_tests/examples/doc.rs | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/clippy_tests/examples/doc.rs b/clippy_tests/examples/doc.rs index 09dfe48b2e5f9..15a2a7646bafb 100644 --- a/clippy_tests/examples/doc.rs +++ b/clippy_tests/examples/doc.rs @@ -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() {}