'cargo +stable fmt'

This commit is contained in:
Nirvan Tyagi
2020-11-20 15:02:27 -05:00
committed by Pratyush Mishra
parent 45a4c3b326
commit 77dfd7dac6

View File

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