Skip to content

Commit a5d59f9

Browse files
committed
chore[dtype]: use NonZero fro decimal precision
Signed-off-by: Joe Isaacs <[email protected]>
1 parent 29d48aa commit a5d59f9

File tree

1 file changed

+3
-1
lines changed
  • vortex-dtype/src/decimal

1 file changed

+3
-1
lines changed

vortex-dtype/src/decimal/mod.rs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,9 @@ use std::num::NonZero;
1111
use num_traits::ToPrimitive;
1212
pub use precision::*;
1313
pub use types::*;
14-
use vortex_error::{VortexError, VortexExpect, VortexResult, vortex_bail, vortex_panic, vortex_err};
14+
use vortex_error::{
15+
VortexError, VortexExpect, VortexResult, vortex_bail, vortex_err, vortex_panic,
16+
};
1517

1618
use crate::{DType, i256};
1719

0 commit comments

Comments
 (0)