mirror of
https://github.com/rust-lang/rust.git
synced 2024-12-11 16:15:03 +00:00
97d7216cd4
This reverts commit 6a6924c12b
.
14 lines
221 B
Rust
14 lines
221 B
Rust
// rustfmt-normalize_comments: true
|
|
// rustfmt-format_doc_comments: true
|
|
|
|
//! ```rust
|
|
//! println!( "hello, world" );
|
|
//! ```
|
|
|
|
#![deny( missing_docs )]
|
|
|
|
//! ```rust
|
|
//! println!("hello, world");
|
|
|
|
#![deny( missing_docs )]
|