summaryrefslogtreecommitdiffstats
path: root/src/tools/rustfmt/tests/target/skip/preserve_trailing_comment.rs
blob: f85de33257cccd5fc062ed45294168a1ab0dfa2e (plain)
1
2
3
4
5
6
7
#![rustfmt::skip]

fn main() {
    println!("Hello, world!");
}

// Trailing Comment