Fix print_stderr.stderr test

This commit is contained in:
Josias 2020-12-01 11:29:49 +01:00 committed by Eduardo Broto
parent 51cee15be0
commit b04bfbd09b

View file

@ -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");
| ^^^^^^^^^^^^^^^^