Undo change in sample.modified.rs

This commit is contained in:
sharkdp 2018-09-12 20:28:21 +02:00
parent d404139ff7
commit b7690d4bb1
1 changed files with 1 additions and 1 deletions

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 {