This website requires JavaScript.
Explore
Help
Register
Sign In
mikros
/
rust
Watch
1
Star
0
Fork
0
You've already forked rust
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
rust
/
tests
/
ui
/
println_empty_string.rs
11 lines
114 B
Rust
Raw
Normal View
History
Unescape
Escape
Add run-rustfix where it already passes
2019-01-04 11:22:38 +01:00
// run-rustfix
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