File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
crossbeam-utils-0.8.19/src/sync
miniz_oxide-0.7.2/src/inflate Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -370,7 +370,7 @@ impl Inner {
370
370
match self . state . swap ( EMPTY , SeqCst ) {
371
371
NOTIFIED | PARKED => return ,
372
372
n => panic ! ( "inconsistent park_timeout state: {}" , n) ,
373
- } ;
373
+ }
374
374
}
375
375
}
376
376
} ;
Original file line number Diff line number Diff line change @@ -1739,7 +1739,7 @@ pub fn decompress(
1739
1739
// BadTotalSymbols | BadCodeSizeDistPrevLookup | BadCodeSizeSum | InvalidLitlen |
1740
1740
// InvalidDist | InvalidCodeLen
1741
1741
_ => break TINFLStatus :: Failed ,
1742
- } ;
1742
+ }
1743
1743
} ;
1744
1744
1745
1745
let in_undo = if status != TINFLStatus :: NeedsMoreInput
Original file line number Diff line number Diff line change @@ -911,7 +911,7 @@ impl<'c> ExecNoSync<'c> {
911
911
continue ;
912
912
}
913
913
Quit => return Some ( Quit ) ,
914
- } ;
914
+ }
915
915
}
916
916
Some ( NoMatch ( text. len ( ) ) )
917
917
}
You can’t perform that action at this time.
0 commit comments