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