summaryrefslogtreecommitdiffstats
path: root/src/tools/clippy/tests/ui/doc/issue_902.rs
blob: 4b0c835dd3f07665a5d99963dda34000c63f811b (plain)
1
2
3
4
5
6
7
/// See [NIST SP 800-56A, revision 2].
///
/// [NIST SP 800-56A, revision 2]:
///     https://github.com/rust-lang/rust-clippy/issues/902#issuecomment-261919419
fn issue_902_comment() {}

fn main() {}