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