openethereum/rpc/src/v1/impls
Niklas Adolfsson 17042e9c32 fix(rpc): fix a bunch of clippy lints (#10493)
* fix(rpc): fix a bunch of clippy lints

* fix(rpc clippy): remove unused ignored lints

* fix(clippy): fix all redundant_field_names

This commit fixes all uses of `redundant_field_names` and removes the ignored lint `redundant_field_names`

* fix(brain unwrap): replace with expect
2019-03-22 12:01:11 +01:00
..
light fix(rpc): fix a bunch of clippy lints (#10493) 2019-03-22 12:01:11 +01:00
debug.rs fix(rpc): fix a bunch of clippy lints (#10493) 2019-03-22 12:01:11 +01:00
eth.rs fix(rpc): fix a bunch of clippy lints (#10493) 2019-03-22 12:01:11 +01:00
eth_filter.rs fix(rpc): fix a bunch of clippy lints (#10493) 2019-03-22 12:01:11 +01:00
eth_pubsub.rs fix(rpc): fix a bunch of clippy lints (#10493) 2019-03-22 12:01:11 +01:00
mod.rs Deprecate account management (#10213) 2019-02-07 14:34:24 +01:00
net.rs misc: bump license header to 2019 (#10135) 2019-01-07 11:33:07 +01:00
parity.rs fix(rpc): fix a bunch of clippy lints (#10493) 2019-03-22 12:01:11 +01:00
parity_accounts.rs fix(rpc-types): replace uint and hash with `ethereum_types v0.4` (#10217) 2019-02-25 14:27:28 +01:00
parity_set.rs fix(rpc): fix a bunch of clippy lints (#10493) 2019-03-22 12:01:11 +01:00
personal.rs fix(rpc-types): replace uint and hash with `ethereum_types v0.4` (#10217) 2019-02-25 14:27:28 +01:00
private.rs fix(rpc): fix a bunch of clippy lints (#10493) 2019-03-22 12:01:11 +01:00
pubsub.rs fix(rpc): fix a bunch of clippy lints (#10493) 2019-03-22 12:01:11 +01:00
rpc.rs fix(rpc): fix a bunch of clippy lints (#10493) 2019-03-22 12:01:11 +01:00
secretstore.rs fix(rpc-types): replace uint and hash with `ethereum_types v0.4` (#10217) 2019-02-25 14:27:28 +01:00
signer.rs fix(rpc): fix a bunch of clippy lints (#10493) 2019-03-22 12:01:11 +01:00
signing.rs fix(rpc): fix a bunch of clippy lints (#10493) 2019-03-22 12:01:11 +01:00
signing_unsafe.rs fix(rpc): fix a bunch of clippy lints (#10493) 2019-03-22 12:01:11 +01:00
traces.rs fix(rpc): fix a bunch of clippy lints (#10493) 2019-03-22 12:01:11 +01:00
web3.rs fix(rpc): fix a bunch of clippy lints (#10493) 2019-03-22 12:01:11 +01:00