fix: reexport Fractions
problems so thsi fixex
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
use fractions::{Fraction, FractionError};
|
pub use fractions::{Fraction, FractionError};
|
||||||
use std::cmp::min;
|
use std::cmp::min;
|
||||||
use std::error::Error;
|
use std::error::Error;
|
||||||
use std::fmt::{self, Debug, Display};
|
use std::fmt::{self, Debug, Display};
|
||||||
|
|||||||
Reference in New Issue
Block a user