Remove glob import
This commit is contained in:
parent
16904ebfc7
commit
faae170f5f
1 changed files with 1 additions and 1 deletions
|
|
@ -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::*;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue