Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
src
/
tools
/
rustfmt
/
tests
/
source
/
issue-2520.rs
blob: 5a23f10430d1a6bdc935efbc794ed5bb2e92b4fd [
file
] [
log
] [
blame
] [
edit
]
// 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
)]