summaryrefslogtreecommitdiffstats
path: root/src/tools/rustfmt/tests/target/configs/format_generated_files/true.rs
blob: 5fea7e8b34139a8445add0912b0e4f99f246ba1c (plain)
1
2
3
4
5
6
// @generated
// rustfmt-format_generated_files: true

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