rust-cli / human-panic

Panic messages for humans.
https://docs.rs/human-panic
Apache License 2.0
1.66k stars 65 forks source link

Pinning clippy on 1.29.1 stable to avoid more uneccesary CI breakage #49

Closed spacekookie closed 6 years ago

spacekookie commented 6 years ago

This a 🐛 bug fix.

The clippy-preview works on the stable channel now so we can pin it on 1.29.1 and use it for lints and formatting without having to bump clippy and or nightly every so often.

Checklist