rust-bitcoin / rust-bitcoinconsensus

Bitcoin's libbitcoinconsenus.a with Rust binding. Built from Bitcoin sources with cargo.
Apache License 2.0
46 stars 34 forks source link

Enable clippy on CI #50

Closed tcharding closed 2 years ago

tcharding commented 2 years ago

Add a clippy configuration file configuring the MSRV. Add a github actions job to run clippy on CI.