ibabushkin / gabelstaplerwm

A window manager in Rust, using XCB
BSD 3-Clause "New" or "Revised" License
91 stars 8 forks source link

fixed some clippy warnings #8

Closed llogiq closed 8 years ago

ibabushkin commented 8 years ago

Looks good, thanks! I couldn't get clippy to compile on nightly rust last time I tried, so I missed a lot of small unclean bits. Your help here is greatly appreciated :+1:

EDIT: after having a look around your blog, I managed to get clippy to do what I want - thanks for that as well.

llogiq commented 8 years ago

You're welcome. I'm always glad to help.