1
0
mirror of https://github.com/sharkdp/bat.git synced 2025-10-31 23:22:03 +00:00

Re-generate files again

This commit is contained in:
sharkdp
2018-09-12 20:28:30 +02:00
parent b7690d4bb1
commit 3e21d69a92
23 changed files with 33 additions and 33 deletions

View File

@@ -10,7 +10,7 @@
10 │ "The perimeter of the rectangle is {} pixels.",
11 │ perimeter(&rect1)
12 │ );
13 │ println!(r#"This line contains invalid utf8: "øˆ€€€"#;
13 │ println!(r#"This line contains invalid utf8: "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>"#;
14 │ }
15 │
16 │ fn area(rectangle: &Rectangle) -> u32 {