1
0
mirror of https://github.com/sharkdp/bat synced 2026-07-26 17:31:42 +00:00

Fix sample.modified.rs

This commit is contained in:
eth-p
2018-09-11 15:03:13 -07:00
parent 1807f9653c
commit 503fe0b641
+1 -1
View File
@@ -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 {