]> git.lizzy.rs Git - rust.git/blob - src/tools/rustfmt/tests/target/issue-2520.rs
:arrow_up: rust-analyzer
[rust.git] / src / tools / rustfmt / tests / target / issue-2520.rs
1 // rustfmt-normalize_comments: true
2 // rustfmt-format_code_in_doc_comments: true
3
4 //! ```rust
5 //! println!("hello, world");
6 //! ```
7
8 #![deny(missing_docs)]
9
10 //! ```rust
11 //! println!("hello, world");
12
13 #![deny(missing_docs)]