dropbox / dropbox-sdk-rust

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

fix some clippy lints #97

Closed wfraser closed 2 years ago

wfraser commented 2 years ago

This adds an Eq trait derive for most types (anything not containing an f32 or f64).

Checklist

General Contributing

Validation

Existing automated tests.