Sign in
rust
/
rust
/
97b1c314892ef4497c0ce5656daa3a54c4e052d3
/
.
/
src
/
tools
/
rustfmt
/
tests
/
target
/
issue-2520.rs
blob: 7c134d3972ba7a928b788033fd98ce54810881b1 [
file
]
// rustfmt-normalize_comments: true
// rustfmt-format_code_in_doc_comments: true
//! ```rust
//! println!("hello, world");
//! ```
#![
deny
(
missing_docs
)]
//! ```rust
//! println!("hello, world");
#![
deny
(
missing_docs
)]