This website requires JavaScript.
Explore
Help
Register
Sign In
rust-lang
/
rust
Watch
1
Star
0
Fork
0
You've already forked rust
Code
Issues
Pull Requests
Actions
1
Packages
Projects
Releases
Wiki
Activity
Files
3d26c7bb7f4fe9a10c17db7dc94c46b741e45fa8
rust
/
tests
/
ui
/
println_empty_string.rs
Malo Jaffré
22f3ca0e2c
Add PRINTLN_EMPTY_STRING lint.
2017-10-20 16:45:32 +02:00
5 lines
48 B
Rust
Raw
Blame
History
fn
main
(
)
{
println!
(
)
;
println!
(
"
"
)
;
}
Reference in New Issue
View Git Blame
Copy Permalink