Skip to content

Commit f89f15f

Browse files
authored
fix doc link
1 parent d4b8748 commit f89f15f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/distributions/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ use crate::Rng;
221221
/// [`Uniform`]: uniform::Uniform
222222
/// [`Wrapping<T>`]: std::num::Wrapping
223223
/// [`NonZeroU8`]: std::num::NonZeroU8
224-
/// [`__m128i`]: https://doc.rust-lang.org/nightly/core/arch/x86/struct.__m128i.html
224+
/// [`__m128i`]: https://doc.rust-lang.org/core/arch/x86/struct.__m128i.html
225225
/// [`u32x4`]: std::simd::u32x4
226226
/// [`f32x4`]: std::simd::f32x4
227227
/// [`mask32x4`]: std::simd::mask32x4

0 commit comments

Comments
 (0)