Sign in
rust
/
rustfmt
/
refs/heads/format_markdown_files_from_scratch
/
.
/
tests
/
target
/
invalid-rust-code-in-doc-comment.rs
blob: f8479d4e34514b1fb34895b31d487077fcff1764 [
file
] [
log
] [
blame
]
// rustfmt-format_code_in_doc_comments: true
/// ```rust
/// if (true) { … }
/// ```
fn
a
()
{}
/// ```rust
/// if foo() {
/// …
/// }
/// ```
fn
a
()
{}
/// ```rust
/// k1 == k2 ⇒ hash(k1) == hash(k2)
/// ```
pub
struct
a
;