k9 icon indicating copy to clipboard operation
k9 copied to clipboard

replace all .unwrap() and .expect() with `?`

Open aaronabramov opened this issue 4 years ago • 2 comments

add

#![warn(clippy::unwrap_used)]
#![warn(clippy::expect_used)]

to lib.rs to enable linter that will show all usages of unprawe() and expect()

aaronabramov avatar Dec 04 '20 02:12 aaronabramov

Okay, this is mine. I want to claim it. :D

TheWebDevel avatar Dec 08 '20 03:12 TheWebDevel

@jeremyscatigna have you looked into it yet?

aaronabramov avatar Dec 08 '20 04:12 aaronabramov