Skip to content

Commit

Permalink
clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
Manishearth committed Nov 5, 2021
1 parent f1d8cf9 commit b641c49
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion utils/fixed_decimal/src/decimal.rs
Original file line number Diff line number Diff line change
Expand Up @@ -587,7 +587,6 @@ impl FromStr for FixedDecimal {
}

// Constructing DecimalFixed.digits
let mut v: SmallVec<[u8; 8]> = SmallVec::with_capacity(digits_str_len);
let v: SmallVec<[u8; 8]> = no_exponent_str[leftmost_digit..rightmost_digit_end]
.iter()
.filter(|c| **c != b'.')
Expand Down

0 comments on commit b641c49

Please sign in to comment.