WebThingsIO / webthing-rust

Rust implementation of a Web Thing server
Mozilla Public License 2.0
211 stars 25 forks source link

Use `if let` or `match` where possible instead of `unwrap`. #56

Closed reitermarkus closed 3 years ago

reitermarkus commented 3 years ago

Clean up some code which uses e.g. .is_some() followed by .unwrap().