File tree Expand file tree Collapse file tree 3 files changed +4
-5
lines changed Expand file tree Collapse file tree 3 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,6 @@ rust.rust_2018_idioms = "deny"
14
14
rustdoc.all = " warn"
15
15
16
16
[lints .clippy ]
17
- all = " warn"
18
17
missing_const_for_fn = " warn"
19
18
use_self = " warn"
20
19
option_if_let_else = " warn"
@@ -49,4 +48,4 @@ url = "2"
49
48
50
49
[dev-dependencies ]
51
50
alloy-rpc-client = { version = " 0.1.2" }
52
- alloy-transport-http = { version = " 0.1.2" }
51
+ alloy-transport-http = { version = " 0.1.2" }
Original file line number Diff line number Diff line change @@ -706,9 +706,9 @@ impl DatabaseRef for SharedBackend {
706
706
707
707
#[ cfg( test) ]
708
708
mod tests {
709
- use alloy_provider:: { ProviderBuilder , RootProvider } ;
710
- use crate :: cache:: { BlockchainDbMeta , JsonBlockCacheDB } ;
711
709
use super :: * ;
710
+ use crate :: cache:: { BlockchainDbMeta , JsonBlockCacheDB } ;
711
+ use alloy_provider:: { ProviderBuilder , RootProvider } ;
712
712
use alloy_rpc_client:: ClientBuilder ;
713
713
use alloy_transport_http:: { Client , Http } ;
714
714
use std:: { collections:: BTreeSet , path:: PathBuf } ;
Original file line number Diff line number Diff line change @@ -616,4 +616,4 @@ mod tests {
616
616
617
617
let _s = serde_json:: to_string ( & cache) . unwrap ( ) ;
618
618
}
619
- }
619
+ }
You can’t perform that action at this time.
0 commit comments