rust/tests/target/issue-2520.rs

14 lines
223 B
Rust
Raw Normal View History

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