Skip to content

Commit

Permalink
Merge pull request #612 from robertosw/master
Browse files Browse the repository at this point in the history
RangedCoordisize made public
  • Loading branch information
AaronErhardt authored Jul 11, 2024
2 parents 87b286f + 00d7782 commit 80a4d60
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 80a4d60

Please sign in to comment.