mirror of
https://github.com/LegitCamper/picocalc-os-rs.git
synced 2025-12-27 07:45:28 +00:00
clippy
This commit is contained in:
@@ -83,7 +83,7 @@ pub fn main() {
|
||||
.align_to(&display.bounding_box(), horizontal::Left, vertical::Center);
|
||||
|
||||
let result = if let Ok(result) = evaluate(&input[input_min..]) {
|
||||
&format!(" = {}", result)
|
||||
&format!(" = {result}")
|
||||
} else {
|
||||
" = Error"
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user