fix
This commit is contained in:
@@ -1,7 +1,4 @@
|
|||||||
use std::{
|
use std::{fmt, ops};
|
||||||
fmt::{self, write},
|
|
||||||
ops,
|
|
||||||
};
|
|
||||||
|
|
||||||
#[derive(Debug, PartialEq, Eq, Clone, Copy, PartialOrd, Ord)]
|
#[derive(Debug, PartialEq, Eq, Clone, Copy, PartialOrd, Ord)]
|
||||||
pub struct Fraction {
|
pub struct Fraction {
|
||||||
|
|||||||
Reference in New Issue
Block a user