This commit is contained in:
Hanno Braun 2025-02-13 19:06:16 +01:00
parent f57664c0c9
commit 4e68b1ba78

View File

@ -26,7 +26,7 @@ pub struct OperationDisplay<'r> {
}
impl fmt::Display for OperationDisplay<'_> {
fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result {
fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result {
self.op.display(f)
}
}