Skip to content

Commit faae170

Browse files
committed
Remove glob import
1 parent 16904eb commit faae170

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/core_simd/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ mod ops;
1515
mod round;
1616

1717
mod lanes_at_most_64;
18-
pub use lanes_at_most_64::*;
18+
pub use lanes_at_most_64::LanesAtMost64;
1919

2020
mod masks;
2121
pub use masks::*;

0 commit comments

Comments
 (0)