mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-28 09:44:08 +00:00
13 lines
178 B
Rust
13 lines
178 B
Rust
// rustfmt-normalize_comments: true
|
|
|
|
//! ```rust
|
|
//! println!("hello, world");
|
|
//! ```
|
|
|
|
#![deny(missing_docs)]
|
|
|
|
//! ```rust
|
|
//! println!("hello, world");
|
|
|
|
#![deny(missing_docs)]
|