mirror of
https://github.com/rust-lang/rust.git
synced 2024-12-02 19:53:46 +00:00
11 lines
139 B
Rust
11 lines
139 B
Rust
// rustfmt-format_code_in_doc_comments: true
|
|
|
|
//! Empty pound line
|
|
//!
|
|
//! ```rust
|
|
//! #
|
|
//! # fn main() {
|
|
//! foo ( ) ;
|
|
//! # }
|
|
//! ```
|