whitequark / rust-xdg

A library that makes it easy to follow the X Desktop Group specifications
https://wiki.freedesktop.org/www/Specifications/
Apache License 2.0
146 stars 29 forks source link

Reduce warnings #31

Closed philip-peterson closed 4 years ago

philip-peterson commented 4 years ago

Thanks for reviewing the last PR. This one just reduces the warnings output by cargo check, either by adding a ? to use a result or by replacing the try!s throughout with the equivalent ?s.