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