lighthouse/consensus/tree_hash
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
..
benches Deny warnings on CI (#1372) 2020-07-21 05:51:33 +00:00
examples Improve bls::SecretKey privacy (#1164) 2020-05-19 11:23:08 +10:00
src Directory Restructure (#1163) 2020-05-18 21:24:23 +10:00
Cargo.toml Update smallvec (#1339) 2020-07-07 16:57:27 +10:00