We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35507c2 commit 09998b4Copy full SHA for 09998b4
src/lib.rs
@@ -1241,6 +1241,7 @@ impl<T: FloatCore + Num> Num for OrderedFloat<T> {
1241
/// [transmute](core::mem::transmute) or pointer casts to convert between any type `T` and
1242
/// `NotNan<T>`, as long as this does not create a NaN value.
1243
/// However, consider using [`bytemuck`] as a safe alternative if possible.
1244
+///
1245
#[cfg_attr(
1246
not(feature = "bytemuck"),
1247
doc = "[`bytemuck`]: https://docs.rs/bytemuck/1/"
0 commit comments