Sign in
android
/
toolchain
/
rustc
/
d720b3f2ba07cb42ff7b311589c99daefe3aaa22
/
.
/
tests
/
rustdoc
/
issue-30366.rs
blob: c6274a058b0e5b3dab853503d48095df9fee1427 [
file
] [
log
] [
blame
]
// @has issue_30366/index.html '//a/@href' 'http://www.rust-lang.org/'
/// Describe it. [Link somewhere][1].
///
/// [1]: http://www.rust-lang.org/
pub
fn
here_is_a_fn
()
{
}