Skip to content

Commit 09998b4

Browse files
committed
Fix broken link in docs
1 parent 35507c2 commit 09998b4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1241,6 +1241,7 @@ impl<T: FloatCore + Num> Num for OrderedFloat<T> {
12411241
/// [transmute](core::mem::transmute) or pointer casts to convert between any type `T` and
12421242
/// `NotNan<T>`, as long as this does not create a NaN value.
12431243
/// However, consider using [`bytemuck`] as a safe alternative if possible.
1244+
///
12441245
#[cfg_attr(
12451246
not(feature = "bytemuck"),
12461247
doc = "[`bytemuck`]: https://docs.rs/bytemuck/1/"

0 commit comments

Comments
 (0)