Sign in
rust
/
rust
/
36ba2c7712052d731a7082d0eba5ed3d9d56c133
/
.
/
src
/
tools
/
rustfmt
/
tests
/
source
/
issue-2520.rs
blob: 5a23f10430d1a6bdc935efbc794ed5bb2e92b4fd [
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
)]