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() {}