Skip to content

Commit

Permalink
Remove glob import
Browse files Browse the repository at this point in the history
  • Loading branch information
calebzulawski committed Feb 13, 2021
1 parent 16904eb commit faae170
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/core_simd/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ mod ops;
mod round;

mod lanes_at_most_64;
pub use lanes_at_most_64::*;
pub use lanes_at_most_64::LanesAtMost64;

mod masks;
pub use masks::*;
Expand Down

0 comments on commit faae170

Please sign in to comment.