swellaby / rusty-hook

git hook manager, geared toward Rust projects
MIT License
207 stars 11 forks source link

Fix clippy warning #81

Closed calebcartwright closed 4 years ago

calebcartwright commented 4 years ago

Latest clippy version is (thankfully) flagging some Option usages where we'd be better off using if let Some(...)...