mirror of
https://github.com/rust-lang/rust-clippy
synced 2024-11-14 00:47:16 +00:00
8 lines
215 B
Text
8 lines
215 B
Text
error: using `println!("")`, consider using `println!()` instead
|
|
--> $DIR/println_empty_string.rs:3:5
|
|
|
|
|
3 | println!("");
|
|
| ^^^^^^^^^^^^^
|
|
|
|
|
= note: `-D print-with-newline` implied by `-D warnings`
|
|
|