Sign in
rust
/
rust
/
refs/heads/stable
/
.
/
src
/
tools
/
clippy
/
tests
/
ui
/
doc
/
issue_902.rs
blob: 1be6db01dcb2a8267746ead4a11a4b6304bc1b91 [
file
] [
log
] [
blame
] [
edit
]
//@ check-pass
/// 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
()
{}