We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b86220 commit c435cbaCopy full SHA for c435cba
tests/test.rs
@@ -859,14 +859,13 @@ fn test_pow_fails_on_nan() {
859
a.pow(b);
860
}
861
862
-
863
#[test]
864
fn test_ref_ref_binop_regression() {
865
- // repro from:
+ // repro from:
866
// https://github.com/reem/rust-ordered-float/issues/91
867
//
868
// impl<'a, T> $imp<Self> for &'a OrderedFloat<T>
869
- // where
+ // where
870
// &'a T: $imp
871
// {
872
// type Output = OrderedFloat<<&'a T as $imp>::Output>;
0 commit comments