This commit is contained in:
2026-04-29 20:02:10 -06:00
parent c16472d857
commit 2fea33ca70

View File

@@ -1,7 +1,4 @@
use std::{
fmt::{self, write},
ops,
};
use std::{fmt, ops};
#[derive(Debug, PartialEq, Eq, Clone, Copy, PartialOrd, Ord)]
pub struct Fraction {