chore: clippy
This commit is contained in:
parent
fcef7c70ad
commit
48dbbbd829
|
@ -63,7 +63,7 @@ pub fn determine_ethers_crates() -> (&'static str, &'static str, &'static str) {
|
||||||
let needs_lock_file_cleanup = !std::path::Path::new(&lock_file).exists();
|
let needs_lock_file_cleanup = !std::path::Path::new(&lock_file).exists();
|
||||||
|
|
||||||
let res = MetadataCommand::new()
|
let res = MetadataCommand::new()
|
||||||
.manifest_path(&format!("{manifest_dir}/Cargo.toml"))
|
.manifest_path(format!("{manifest_dir}/Cargo.toml"))
|
||||||
.exec()
|
.exec()
|
||||||
.ok()
|
.ok()
|
||||||
.and_then(|metadata| {
|
.and_then(|metadata| {
|
||||||
|
|
Loading…
Reference in New Issue