11 lines
139 B
Rust
11 lines
139 B
Rust
// rustfmt-format_code_in_doc_comments: true
|
|
|
|
//! Empty pound line
|
|
//!
|
|
//! ```rust
|
|
//! #
|
|
//! # fn main() {
|
|
//! foo ( ) ;
|
|
//! # }
|
|
//! ```
|