summaryrefslogtreecommitdiffstats
path: root/src/tools/rustfmt/tests/target/issue-3751.rs
blob: e5a03956e9d0a8205508c5ba0c9468be27faa29b (plain)
1
2
3
4
5
6
7
8
9
10
// rustfmt-format_code_in_doc_comments: true

//! Empty pound line
//!
//! ```rust
//! #
//! # fn main() {
//! foo();
//! # }
//! ```