Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
chipshort committed May 5, 2023
1 parent 544ce2e commit 3d860f8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/std/src/coins.rs
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,6 @@ impl FromStr for Coins {
};

s.split(',')
.into_iter()
.map(parse_coin_str)
.collect::<StdResult<Vec<_>>>()?
.try_into()
Expand Down

0 comments on commit 3d860f8

Please sign in to comment.