chore: remove redundant call (#1320)
This commit is contained in:
parent
e3ab2feada
commit
299329d8f7
|
@ -465,7 +465,7 @@ fn compile_sequential(
|
||||||
continue
|
continue
|
||||||
}
|
}
|
||||||
let input = input
|
let input = input
|
||||||
.settings(opt_settings.clone().with_base_path(&paths.root))
|
.settings(opt_settings.clone())
|
||||||
.normalize_evm_version(&version)
|
.normalize_evm_version(&version)
|
||||||
.with_remappings(paths.remappings.clone())
|
.with_remappings(paths.remappings.clone())
|
||||||
.with_base_path(&paths.root)
|
.with_base_path(&paths.root)
|
||||||
|
|
Loading…
Reference in New Issue