]> git.lizzy.rs Git - rust.git/blob - tests/target/issue-2520.rs
Merge pull request #3522 from topecongiro/issue-3521
[rust.git] / tests / target / issue-2520.rs
1 // rustfmt-normalize_comments: true
2
3 //! ```rust
4 //! println!("hello, world");
5 //! ```
6
7 #![deny(missing_docs)]
8
9 //! ```rust
10 //! println!("hello, world");
11
12 #![deny(missing_docs)]