Sign in
rust
/
rust
/
e17c2f3eccc7436d7f94c6ed4bc8a367f4c6a7fb
/
.
/
src
/
tools
/
rustfmt
/
tests
/
source
/
issue-2025.rs
blob: c6f61b4e3e19b939172b45cfc6ddf14fe8a4ea99 [
file
] [
log
] [
blame
]
// See if rustfmt removes empty lines on top of the file.
pub
fn
foo
()
{
println
!(
"hello, world"
);
}