rust-bitcoin-unsafe-fast/.github/workflows
Tobin C. Harding 668b37af5c Enable clippy on CI
Add a clippy configuration file configuring the MSRV. Add a github
actions job to run clippy on CI.

Please note the job does _not_ use `--all-targets` because doing so
causes:
```
error[E0554]: `#![feature]` may not be used on the stable release channel
--> src/lib.rs:46:54
|
46 | #![cfg_attr(all(test, feature = "unstable"), feature(test))]
```
2022-06-23 14:07:02 +10:00
..
fuzz.yml Tempararily pin fuzzer on rust 1.58 2022-02-24 23:47:30 -08:00
rust.yml Enable clippy on CI 2022-06-23 14:07:02 +10:00