Skip to content

Commit 7a76931

Browse files
committed
Merge branch 'lint'
2 parents dc55eac + a582149 commit 7a76931

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/eth.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -363,7 +363,7 @@ fn get_value(
363363
HashMap(&'a HashMap<String, Value>),
364364
JsonValue(Value),
365365
}
366-
impl<'a> Either<'a> {
366+
impl Either<'_> {
367367
fn get(&self, key: &str) -> Option<&Value> {
368368
match self {
369369
Either::HashMap(map) => map.get(key),

0 commit comments

Comments
 (0)