summaryrefslogtreecommitdiffstats
path: root/vendor/packed_simd_2/src/codegen/math.rs
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/packed_simd_2/src/codegen/math.rs')
-rw-r--r--vendor/packed_simd_2/src/codegen/math.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/vendor/packed_simd_2/src/codegen/math.rs b/vendor/packed_simd_2/src/codegen/math.rs
index f3997c7f1..9a0ea7a4e 100644
--- a/vendor/packed_simd_2/src/codegen/math.rs
+++ b/vendor/packed_simd_2/src/codegen/math.rs
@@ -1,3 +1,3 @@
//! Vertical math operations
-crate mod float;
+pub(crate) mod float;