1 2 3 4 5 6 7 8
// See if rustfmt removes empty lines on top of the file. pub fn foo() { println!("hello, world"); }