Skip to content

Commit

Permalink
Remove unused clone
Browse files Browse the repository at this point in the history
  • Loading branch information
TheQuantumPhysicist committed Oct 4, 2024
1 parent f306b59 commit 84cefc4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/hasher/options/common.rs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ where
{
let parsed: T = options
.get(option_key.as_ref())
.cloned()
.map(|s| s.parse())
.transpose()
.context(format!("While parsing option `{}`", option_key.as_ref()))?
Expand Down

0 comments on commit 84cefc4

Please sign in to comment.