Skip to content

Commit 2b176d3

Browse files
committed
Hide accidental impls on &&OrderFloat
1 parent 3eee7a9 commit 2b176d3

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
@@ -283,6 +283,7 @@ macro_rules! impl_ordered_float_binop {
283283
}
284284
}
285285

286+
#[doc(hidden)] // Added accidentally; remove in next major version
286287
impl<'a, T> $imp<&'a Self> for &'a OrderedFloat<T> where &'a T: $imp {
287288
type Output = OrderedFloat<<&'a T as $imp>::Output>;
288289

0 commit comments

Comments
 (0)