]> git.lizzy.rs Git - rust.git/blob - src/tools/rustfmt/tests/source/issue-2520.rs
Rollup merge of #107166 - petrochenkov:nooptable, r=oli-obk
[rust.git] / src / tools / rustfmt / tests / source / 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 )]