lighthouse/consensus/merkle_proof
Michael Sproul 2870172e0d Deny warnings on CI (#1372)
## Issue Addressed

Prevent CI from succeeding when there are warnings. Code can still be built and tested with warnings locally, but CI may fail during a Rust update (which is fine IMO).

## Proposed Changes

* Deny warnings for all stable compiler jobs on CI (excludes `cargo udeps`, which runs under nightly)
* Fix the warnings currently on `master` related to unnecessary `mem::replace`
2020-07-21 05:51:33 +00:00
..
src Deny warnings on CI (#1372) 2020-07-21 05:51:33 +00:00
Cargo.toml Directory Restructure (#1163) 2020-05-18 21:24:23 +10:00