dropbox / dropbox-sdk-rust

Dropbox SDK for Rust
Apache License 2.0
77 stars 18 forks source link

Fix some new clippy lints #77

Closed wfraser closed 2 years ago

wfraser commented 2 years ago

This changes the clippy tests to use the nightly toolchain, in the hopes of catching things earlier.

Along the way, it fixes some new lints that haven't made it to stable yet. See individual commit messages for details.

Checklist

General Contributing

Validation

For Default derive, I inspected the changes manually. Only a small handful of non-trivial impls remain now.