Skip to content

Commit 00d7782

Browse files
authored
RangedCoordisize made public
1 parent 87b286f commit 00d7782

File tree

1 file changed

+1
-1
lines changed
  • plotters/src/coord/ranged1d/types

1 file changed

+1
-1
lines changed

plotters/src/coord/ranged1d/types/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ pub use datetime::{
99
mod numeric;
1010
pub use numeric::{
1111
RangedCoordf32, RangedCoordf64, RangedCoordi128, RangedCoordi32, RangedCoordi64,
12-
RangedCoordu128, RangedCoordu32, RangedCoordu64, RangedCoordusize,
12+
RangedCoordu128, RangedCoordu32, RangedCoordu64, RangedCoordusize, RangedCoordisize,
1313
};
1414

1515
mod slice;

0 commit comments

Comments
 (0)