Skip to content

Commit

Permalink
chore(clippy): make clippy happy (foundry-rs#4647)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattsse authored Mar 26, 2023
1 parent 6ec4656 commit 6c1eee9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2891,7 +2891,7 @@ mod tests {
env_value
);

let mut with_key = config.clone();
let mut with_key = config;
with_key.etherscan_api_key = Some("via etherscan_api_key".to_string());

assert_eq!(
Expand Down

0 comments on commit 6c1eee9

Please sign in to comment.