]> git.lizzy.rs Git - rust.git/blob - tests/rustdoc/short-docblock-codeblock.rs
Merge commit '7f27e2e74ef957baa382dc05cf08df6368165c74' into clippyup
[rust.git] / tests / rustdoc / short-docblock-codeblock.rs
1 #![crate_name = "foo"]
2
3 // @count foo/index.html '//*[@class="item-right docblock-short"]' 0
4
5 /// ```
6 /// let x = 12;
7 /// ```
8 ///
9 /// Some text.
10 pub fn foo() {}