From b7690d4bb187ab04cd581cc4097f771498220531 Mon Sep 17 00:00:00 2001 From: sharkdp Date: Wed, 12 Sep 2018 20:28:21 +0200 Subject: [PATCH] Undo change in sample.modified.rs --- tests/snapshots/sample.modified.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/snapshots/sample.modified.rs b/tests/snapshots/sample.modified.rs index afa42ab..866f359 100644 --- a/tests/snapshots/sample.modified.rs +++ b/tests/snapshots/sample.modified.rs @@ -10,7 +10,7 @@ fn main() { "The perimeter of the rectangle is {} pixels.", perimeter(&rect1) ); - println!(r#"This line contains invalid utf8: "øˆ€€€"#; + println!(r#"This line contains invalid utf8: "øˆ€€€"#; } fn area(rectangle: &Rectangle) -> u32 {