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
154 stars 30 forks source link

Fix clippy warnings #53

Closed nickelc closed 1 year ago

nickelc commented 1 year ago

The MSRV in the clippy config makes sure that it doesn't issue warnings about features in newer Rust versions.

whitequark commented 1 year ago

Thanks!