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-23 21:23:56 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
e9a3e54910
rust-clippy
/
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 10:22:38 +00:00
// run-rustfix
Add PRINTLN_EMPTY_STRING lint.
2017-10-20 14:45:17 +00:00
fn
main
(
)
{
println!
(
)
;
println!
(
"
"
)
;
fixing error message for empty println macro
2018-04-09 04:07:47 +00:00
match
"
a
"
{
_
=
>
println!
(
"
"
)
,
}
Add PRINTLN_EMPTY_STRING lint.
2017-10-20 14:45:17 +00:00
}
Reference in a new issue
Copy permalink