gadomski / las-rs

Read and write ASPRS las files, Rust edition.
MIT License
73 stars 32 forks source link

Fix clippy lints #15

Closed vadixidav closed 5 years ago

vadixidav commented 5 years ago

This should help fix lints for people using the RLS' clippy support by either fixing the lint or allowing it on a per-lint basis. Some &self were changed to self, so this might include breaking changes. Let me know if you need any of this to be adjusted.

vadixidav commented 5 years ago

Ahh, looks like controlling the lints this way is still nightly only. I will bring this back after they reach stable.