lighthouse/crypto
blacktemplar d8cda2d86e Fix new clippy lints (#2036)
## Issue Addressed

NA

## Proposed Changes

Fixes new clippy lints in the whole project (mainly [manual_strip](https://rust-lang.github.io/rust-clippy/master/index.html#manual_strip) and [unnecessary_lazy_evaluations](https://rust-lang.github.io/rust-clippy/master/index.html#unnecessary_lazy_evaluations)). Furthermore, removes `to_string()` calls on literals when used with the `?`-operator.
2020-12-03 01:10:26 +00:00
..
bls Fix new clippy lints (#2036) 2020-12-03 01:10:26 +00:00
eth2_hashing Update external deps (#1711) 2020-10-05 08:22:19 +00:00
eth2_key_derivation Update external deps (#1711) 2020-10-05 08:22:19 +00:00
eth2_keystore Add validation to kdf parameters (#1930) 2020-11-19 08:52:51 +00:00
eth2_wallet Fix new clippy lints (#2036) 2020-12-03 01:10:26 +00:00