Skip to content

Commit a2302da

Browse files
Move macros.rs to first.rs
This awkwardly has to go first right now, and we don't want more macros to go into this ambiguously named mod, so let's rename it to be more literal.
1 parent 39fb223 commit a2302da

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
File renamed without changes.

crates/core_simd/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
//! Portable SIMD module.
66
77
#[macro_use]
8-
mod macros;
8+
mod first;
99
#[macro_use]
1010
mod permute;
1111
#[macro_use]

0 commit comments

Comments
 (0)