rust-clippy/tests/ui/println_empty_string.rs

5 lines
48 B
Rust
Raw Normal View History

2017-10-20 14:45:17 +00:00
fn main() {
println!();
println!("");
}