Minor clippy tweak

This commit is contained in:
Emi Simpson 2022-01-26 17:20:17 -05:00
parent 746715be39
commit 29d36a8010
Signed by: Emi
GPG Key ID: A12F2C2FFDC3D847
1 changed files with 1 additions and 1 deletions

View File

@ -138,7 +138,7 @@ impl Program<Message> for (&Controls, Theme) {
let background = Color {r: 1., g: 0.1, b: 0.1, a: 1.};
frame.fill_rectangle(Point::ORIGIN, bounds.size(), background);
eprintln!("Error!!! {}", e.to_string());
eprintln!("Error!!! {}", e);
}
}