We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 87b286f + 00d7782 commit 80a4d60Copy full SHA for 80a4d60
plotters/src/coord/ranged1d/types/mod.rs
@@ -9,7 +9,7 @@ pub use datetime::{
9
mod numeric;
10
pub use numeric::{
11
RangedCoordf32, RangedCoordf64, RangedCoordi128, RangedCoordi32, RangedCoordi64,
12
- RangedCoordu128, RangedCoordu32, RangedCoordu64, RangedCoordusize,
+ RangedCoordu128, RangedCoordu32, RangedCoordu64, RangedCoordusize, RangedCoordisize,
13
};
14
15
mod slice;
0 commit comments