Sign in
rust
/
rust
/
5faeb43a5cf2d4acf83c664051f8945296ea5bd2
/
.
/
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();
//! # }
//! ```