Sign in
rust
/
rust
/
be90b53d2b756c83f14ea80c4e607fc81dfa3d1d
/
.
/
tests
/
rustdoc
/
short-docblock-codeblock.rs
blob: 3c5fa7b36adbf9465b8117d8e398250a3dd98b7b [
file
] [
log
] [
blame
]
#![
crate_name
=
"foo"
]
// @count foo/index.html '//*[@class="item-right docblock-short"]' 0
/// ```
/// let x = 12;
/// ```
///
/// Some text.
pub
fn
foo
()
{}