mirror of
https://github.com/rust-lang/rust-clippy
synced 2024-11-23 05:03:21 +00:00
Update stderr
This commit is contained in:
parent
a628733ade
commit
a540b5ca2e
1 changed files with 1 additions and 7 deletions
|
@ -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
|
||||
|
|
||||
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue