Skip to content

Commit

Permalink
RangedCoordisize made public
Browse files Browse the repository at this point in the history
  • Loading branch information
robertosw authored Jul 11, 2024
1 parent 87b286f commit 00d7782
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plotters/src/coord/ranged1d/types/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ pub use datetime::{
mod numeric;
pub use numeric::{
RangedCoordf32, RangedCoordf64, RangedCoordi128, RangedCoordi32, RangedCoordi64,
RangedCoordu128, RangedCoordu32, RangedCoordu64, RangedCoordusize,
RangedCoordu128, RangedCoordu32, RangedCoordu64, RangedCoordusize, RangedCoordisize,
};

mod slice;
Expand Down

0 comments on commit 00d7782

Please sign in to comment.