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
b29aacfec8
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 04:22:38 -06:00
// run-rustfix
Add PRINTLN_EMPTY_STRING lint.
2017-10-20 09:45:17 -05:00
fn
main
(
)
{
println!
(
)
;
println!
(
"
"
)
;
fixing error message for empty println macro
2018-04-08 23:07:47 -05:00
match
"
a
"
{
_
=
>
println!
(
"
"
)
,
}
Add PRINTLN_EMPTY_STRING lint.
2017-10-20 09:45:17 -05:00
}
Reference in New Issue
Copy Permalink