eldruin / lsm303agr-rs

Platform agnostic Rust driver for the LSM303AGR ultra-compact high-performance eCompass module: ultra-low-power 3D accelerometer and 3D magnetometer
Apache License 2.0
18 stars 14 forks source link

Run clippy on nightly #6

Closed robyoung closed 3 years ago

robyoung commented 3 years ago

Blocking #5

It seems to make more sense to run against the latest consensus on good practice.

eldruin commented 3 years ago

Is there a fixed version other than nightly which is fine with #5? Clippy is evolving pretty quickly and I wanted to avoid new improvements there "randomly" breaking the build, which has happened to me in other projects. I run clippy locally with the last Rust version every time I touch a driver, though.

robyoung commented 3 years ago

@eldruin absolutely; I've changed it to stable

eldruin commented 3 years ago

Sorry for the back and forth, can you rather set 1.53.0 then?

eldruin commented 3 years ago

Ok I could do this myself. Thanks!