summaryrefslogtreecommitdiffstats
path: root/src/tools/rustfmt/tests/target/issue-5033/minimum_example.rs
blob: 0e7df41deb2d90a7f81cd15b78f5c7c444bf0ee3 (plain)
1
2
3
4
5
6
7
8
// leading comment

#![rustfmt::skip]
fn main() {
    println!("main"); // commented
}

// post comment