fix: reexport Fractions

problems so thsi fixex
This commit is contained in:
2026-04-29 18:41:59 -06:00
parent 725ca99712
commit 384544c5ae

View File

@@ -1,4 +1,4 @@
use fractions::{Fraction, FractionError};
pub use fractions::{Fraction, FractionError};
use std::cmp::min;
use std::error::Error;
use std::fmt::{self, Debug, Display};