This website requires JavaScript.
Explore
Help
Sign In
Mirrors
/
rust-clippy
Watch
2
Star
0
Fork
You've already forked rust-clippy
0
mirror of
https://github.com/rust-lang/rust-clippy
synced
2024-11-10 23:24:24 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
4f21b5b112
rust-clippy
/
tests
/
ui
/
println_empty_string.rs
Malo Jaffré
22f3ca0e2c
Add PRINTLN_EMPTY_STRING lint.
2017-10-20 16:45:32 +02:00
4 lines
48 B
Rust
Raw
Blame
History
fn
main
(
)
{
println!
(
)
;
println!
(
"
"
)
;
}
Reference in a new issue
View git blame
Copy permalink