mirror of
https://github.com/rust-lang/rust-clippy
synced 2024-11-27 07:00:55 +00:00
Fix print_stderr.stderr test
This commit is contained in:
parent
51cee15be0
commit
b04bfbd09b
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ LL | eprintln!("Hello");
|
|||
= note: `-D clippy::print-stderr` implied by `-D warnings`
|
||||
|
||||
error: use of `eprint!`
|
||||
--> $DIR/print_stderr.rs:5:5
|
||||
--> $DIR/print_stderr.rs:6:5
|
||||
|
|
||||
LL | eprint!("World");
|
||||
| ^^^^^^^^^^^^^^^^
|
||||
|
|
Loading…
Reference in a new issue