chore: clippy

This commit is contained in:
Georgios Konstantopoulos 2022-12-30 14:18:58 +02:00
parent fcef7c70ad
commit 48dbbbd829
1 changed files with 1 additions and 1 deletions

View File

@ -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 res = MetadataCommand::new()
.manifest_path(&format!("{manifest_dir}/Cargo.toml"))
.manifest_path(format!("{manifest_dir}/Cargo.toml"))
.exec()
.ok()
.and_then(|metadata| {