mathstuf / rust-keyutils

Rust interface to the Linux keyring
BSD 3-Clause "New" or "Revised" License
17 stars 9 forks source link

Run Clippy and Rustfmt on stable (not nightly) #25

Closed josephlr closed 5 years ago

josephlr commented 5 years ago

Right now, Cirrus CI performs cargo fmt and cargo clippy checks. However, these are done on nightly, and sometimes these components don't make it into the nightly build of rust. See the tool status.

To prevent this, just run these checks on stable Rust, where we know we will always have these tools.