run cargo fmt

This commit is contained in:
Skgland
2026-02-20 22:52:25 +01:00
committed by Bennet Bleßmann
parent 49e49b425d
commit 2a79d6fc40

View File

@@ -20,9 +20,9 @@ use dashu::Integer;
use dashu::Rational;
use fxhash::FxBuildHasher;
use indexmap::IndexMap;
use ordered_float::OrderedFloat;
use modular_bitfield::error::OutOfBounds;
use modular_bitfield::prelude::*;
use ordered_float::OrderedFloat;
pub type Specifier = u32;