Skip to content

Commit 80a4d60

Browse files
authored
Merge pull request #612 from robertosw/master
RangedCoordisize made public
2 parents 87b286f + 00d7782 commit 80a4d60

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)