Closed busyboredom closed 1 year ago
Remove clippy allows that don't do anything.
Also removes some .expects on Results in tests that could just be .unwrapd.
.expect
Result
.unwrap
Description
Remove clippy allows that don't do anything.
Also removes some
.expect
s onResult
s in tests that could just be.unwrap
d.Checklist