mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-01 15:50:05 +03:00
9 lines
109 B
Rust
9 lines
109 B
Rust
|
|
|
|
|
|
|
|
// See if rustfmt removes empty lines on top of the file.
|
|
pub fn foo() {
|
|
println!("hello, world");
|
|
}
|