lighthouse/consensus/cached_tree_hash/src
Paul Hauner f157d61cc7 Address clippy lints, panic in ssz_derive on overflow (#1714)
## Issue Addressed

NA

## Proposed Changes

- Panic or return error if we overflow `usize` in SSZ decoding/encoding derive macros.
  - I claim that the panics can only be triggered by a faulty type definition in lighthouse, they cannot be triggered externally on a validly defined struct.
- Use `Ordering` instead of some `if` statements, as demanded by clippy.
- Remove some old clippy `allow` that seem to no longer be required.
- Add comments to interesting clippy statements that we're going to continue to ignore.
- Create #1713

## Additional Info

NA
2020-10-25 23:27:39 +00:00
..
cache_arena.rs Address clippy lints, panic in ssz_derive on overflow (#1714) 2020-10-25 23:27:39 +00:00
cache.rs Directory Restructure (#1163) 2020-05-18 21:24:23 +10:00
impls.rs Directory Restructure (#1163) 2020-05-18 21:24:23 +10:00
lib.rs Directory Restructure (#1163) 2020-05-18 21:24:23 +10:00
test.rs Directory Restructure (#1163) 2020-05-18 21:24:23 +10:00