lighthouse/consensus/types
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 Directory Restructure (#1163) 2020-05-18 21:24:23 +10:00
examples Directory Restructure (#1163) 2020-05-18 21:24:23 +10:00
src Deny warnings on CI (#1372) 2020-07-21 05:51:33 +00:00
Cargo.toml Process exits and slashings off the network (#1253) 2020-06-18 21:06:34 +10:00