From 8bba9d1e404c4739e3ce37f893c8718f0c387cc0 Mon Sep 17 00:00:00 2001 From: flip1995 Date: Tue, 14 Jan 2020 16:28:20 +0100 Subject: [PATCH] Update stderr --- tests/ui/print.stderr | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/tests/ui/print.stderr b/tests/ui/print.stderr index 12c5a0bdaa02..208d95326285 100644 --- a/tests/ui/print.stderr +++ b/tests/ui/print.stderr @@ -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