summaryrefslogtreecommitdiffstats
path: root/src/tools/rustfmt/tests/target/issue-2401.rs
blob: ec8f27b732ffa952ee9e78601836de121ddb1bac (plain)
1
2
3
4
5
6
7
// rustfmt-hard_tabs = true
// rustfmt-normalize_comments = true

/// ```
/// println!("Hello, World!");
/// ```
fn main() {}