]> git.lizzy.rs Git - rust.git/blob - tests/target/skip/preserve_trailing_comment.rs
Backport: Do not touch module with #![rustfmt::skip] (4297)
[rust.git] / tests / target / skip / preserve_trailing_comment.rs
1 #![rustfmt::skip]
2
3 fn main() {
4     println!("Hello, world!");
5 }
6
7 // Trailing Comment