Skip to content

Commit ebafab9

Browse files
authored
delete an unnecessary semicolon...
Sorry for the typo.
1 parent 9dee590 commit ebafab9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libcore/num/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1648,7 +1648,7 @@ $EndFeature, "
16481648
// Deal with the final bit of the exponent separately, since
16491649
// squaring the base afterwards is not necessary and may cause a
16501650
// needless overflow.
1651-
acc.wrapping_mul(base);
1651+
acc.wrapping_mul(base)
16521652
}
16531653
}
16541654

0 commit comments

Comments
 (0)