Skip to content

Commit

Permalink
Update stderr
Browse files Browse the repository at this point in the history
  • Loading branch information
flip1995 committed Mar 3, 2020
1 parent a628733 commit a540b5c
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions tests/ui/print.stderr
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,6 @@ LL | write!(f, "{:?}", 43.1415)
|
= note: `-D clippy::use-debug` implied by `-D warnings`

error: use of `Debug`-based formatting
--> $DIR/print.rs:18:19
|
LL | write!(f, "{:?}", 42.718)
| ^^^^^^

error: use of `println!`
--> $DIR/print.rs:23:5
|
Expand Down Expand Up @@ -56,5 +50,5 @@ error: use of `Debug`-based formatting
LL | print!("Hello {:#?}", "#orld");
| ^^^^^^^^^^^^^

error: aborting due to 9 previous errors
error: aborting due to 8 previous errors

0 comments on commit a540b5c

Please sign in to comment.