mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-17 05:25:37 +03:00
a956a20532
This reverts commit 97d7216cd4.
14 lines
229 B
Rust
14 lines
229 B
Rust
// rustfmt-normalize_comments: true
|
|
// rustfmt-format_code_in_doc_comments: true
|
|
|
|
//! ```rust
|
|
//! println!( "hello, world" );
|
|
//! ```
|
|
|
|
#![deny( missing_docs )]
|
|
|
|
//! ```rust
|
|
//! println!("hello, world");
|
|
|
|
#![deny( missing_docs )]
|