rust/tests/mod-resolver/skip-files-issue-5065/main.rs
hanghuge 728939191e chore: fix some typos
Signed-off-by: hanghuge <cmoman@outlook.com>
2024-04-07 15:20:42 -05:00

10 lines
99 B
Rust

#![rustfmt::skip]
mod foo;
mod one;
fn main() {println!("Hello, world!");
}
// trailing comment