Skip to content
This repository has been archived by the owner on Oct 19, 2024. It is now read-only.

Commit

Permalink
chore(clippy): make clippy happy
Browse files Browse the repository at this point in the history
  • Loading branch information
mattsse committed Feb 18, 2022
1 parent 4feffe5 commit 84ce71c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ethers-solc/src/remappings.rs
Original file line number Diff line number Diff line change
Expand Up @@ -423,7 +423,7 @@ impl Candidate {
candidates.retain(|c| c.window_level != current_level);

let source_dir = if is_inside_node_modules {
window_start.to_path_buf()
window_start.clone()
} else {
current_dir.to_path_buf()
};
Expand Down

0 comments on commit 84ce71c

Please sign in to comment.