Skip to content

Commit b87ef83

Browse files
Update crates/float/src/lib.rs
1 parent 941e2a1 commit b87ef83

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

crates/float/src/lib.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1368,7 +1368,6 @@ mod tests {
13681368
let zero = Float::parse("0".to_string()).unwrap();
13691369
let err = (one / zero).unwrap_err();
13701370

1371-
13721371
assert!(matches!(
13731372
err,
13741373
FloatError::DecimalFloat(DecimalFloatErrors::MulDivOverflow(_))

0 commit comments

Comments
 (0)