rustfmt-core 0.4.0

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