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
2f364d9ac50ba2bc805a43d9b9e8573d49f53ab8
rust
/
tests
/
ui
/
println_empty_string.rs
9 lines
98 B
Rust
Raw
Normal View
History
Unescape
Escape
Add PRINTLN_EMPTY_STRING lint.
2017-10-20 16:45:17 +02:00
fn
main
(
)
{
println!
(
)
;
println!
(
"
"
)
;
fixing error message for empty println macro
2018-04-09 00:07:47 -04:00
match
"
a
"
{
_
=
>
println!
(
"
"
)
,
}
Add PRINTLN_EMPTY_STRING lint.
2017-10-20 16:45:17 +02:00
}
Reference in New Issue
Copy Permalink