lighthouse/slasher/src
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
..
array.rs Fix new clippy lints (#2036) 2020-12-03 01:10:26 +00:00
attestation_queue.rs Implement slasher (#1567) 2020-11-23 03:43:22 +00:00
attester_record.rs Implement slasher (#1567) 2020-11-23 03:43:22 +00:00
block_queue.rs Implement slasher (#1567) 2020-11-23 03:43:22 +00:00
config.rs Tweak slasher DB schema and pruning (#1948) 2020-11-23 21:33:51 +00:00
database.rs Fix new clippy lints (#2036) 2020-12-03 01:10:26 +00:00
error.rs Tweak slasher DB schema and pruning (#1948) 2020-11-23 21:33:51 +00:00
lib.rs Implement slasher (#1567) 2020-11-23 03:43:22 +00:00
metrics.rs Implement slasher (#1567) 2020-11-23 03:43:22 +00:00
slasher_server.rs Implement slasher (#1567) 2020-11-23 03:43:22 +00:00
slasher.rs Implement slasher (#1567) 2020-11-23 03:43:22 +00:00
test_utils.rs Implement slasher (#1567) 2020-11-23 03:43:22 +00:00
utils.rs Tweak slasher DB schema and pruning (#1948) 2020-11-23 21:33:51 +00:00