mirror of
https://github.com/sharkdp/bat
synced 2024-11-18 15:26:16 +00:00
Fix sample.modified.rs
This commit is contained in:
parent
1807f9653c
commit
503fe0b641
@ -10,7 +10,7 @@ fn main() {
|
|||||||
"The perimeter of the rectangle is {} pixels.",
|
"The perimeter of the rectangle is {} pixels.",
|
||||||
perimeter(&rect1)
|
perimeter(&rect1)
|
||||||
);
|
);
|
||||||
println!(r#"This line contains invalid utf8: "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>"#;
|
println!(r#"This line contains invalid utf8: "øˆ€€€"#;
|
||||||
}
|
}
|
||||||
|
|
||||||
fn area(rectangle: &Rectangle) -> u32 {
|
fn area(rectangle: &Rectangle) -> u32 {
|
||||||
|
Loading…
Reference in New Issue
Block a user