rust/tests/target/issue-2520.rs

13 lines
178 B
Rust
Raw Normal View History

2018-03-09 01:28:49 +01:00
// rustfmt-normalize_comments: true
//! ```rust
//! println!("hello, world");
//! ```
#![deny(missing_docs)]
//! ```rust
//! println!("hello, world");
#![deny(missing_docs)]