feat(metrics): add internal rpc metrics #103
Annotations
2 errors and 1 warning
this match expression is unnecessary:
crates/provider/src/ethers/metrics_middleware.rs#L81
error: this match expression is unnecessary
--> crates/provider/src/ethers/metrics_middleware.rs:81:9
|
81 | / match result {
82 | | Ok(req) => Ok(req),
83 | | Err(error) => Err(error),
84 | | }
| |_________^ help: replace it with: `result`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_match
= note: `-D clippy::needless-match` implied by `-D warnings`
= help: to override `-D warnings` add `#[allow(clippy::needless_match)]`
|
this match expression is unnecessary:
crates/provider/src/ethers/metrics_middleware.rs#L81
error: this match expression is unnecessary
--> crates/provider/src/ethers/metrics_middleware.rs:81:9
|
81 | / match result {
82 | | Ok(req) => Ok(req),
83 | | Err(error) => Err(error),
84 | | }
| |_________^ help: replace it with: `result`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_match
= note: `-D clippy::needless-match` implied by `-D warnings`
= help: to override `-D warnings` add `#[allow(clippy::needless_match)]`
|
cargo-deny
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|