Skip to content

Commit

Permalink
rustfmt
Browse files Browse the repository at this point in the history
  • Loading branch information
mbrubeck committed Nov 3, 2024
1 parent 5b86220 commit c435cba
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions tests/test.rs
Original file line number Diff line number Diff line change
Expand Up @@ -859,14 +859,13 @@ fn test_pow_fails_on_nan() {
a.pow(b);
}


#[test]
fn test_ref_ref_binop_regression() {
// repro from:
// repro from:
// https://github.com/reem/rust-ordered-float/issues/91
//
// impl<'a, T> $imp<Self> for &'a OrderedFloat<T>
// where
// where
// &'a T: $imp
// {
// type Output = OrderedFloat<<&'a T as $imp>::Output>;
Expand Down

0 comments on commit c435cba

Please sign in to comment.