Sign in
rust
/
rust
/
b1c7595965ea1595b56fda5e12e5a8a45eb38136
/
.
/
src
/
tools
/
rustfmt
/
tests
/
target
/
issue-3751.rs
blob: e5a03956e9d0a8205508c5ba0c9468be27faa29b [
file
]
// rustfmt-format_code_in_doc_comments: true
//! Empty pound line
//!
//! ```rust
//! #
//! # fn main() {
//! foo();
//! # }
//! ```