Browse Source

'cargo +stable fmt'

master
Nirvan Tyagi 4 years ago
committed by Pratyush Mishra
parent
commit
77dfd7dac6
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      src/bits/uint8.rs

+ 2
- 2
src/bits/uint8.rs

@ -401,8 +401,8 @@ mod test {
for x in v.iter().zip(expected_to_be_same.iter()) {
match x {
(&Boolean::Constant(true), &Boolean::Constant(true)) => {},
(&Boolean::Constant(false), &Boolean::Constant(false)) => {},
(&Boolean::Constant(true), &Boolean::Constant(true)) => {}
(&Boolean::Constant(false), &Boolean::Constant(false)) => {}
_ => unreachable!(),
}
}

Loading…
Cancel
Save