Add a new doc_markdown test from issue comments

This commit is contained in:
mcarton 2017-05-30 19:49:09 +02:00
parent 1a297f008c
commit 81b0efa094

View File

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