fix
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user