Skip to content

Commit aeee7de

Browse files
authored
Merge pull request #1225 from Turbo87/fix-commas
posts/Rust-1.47: Add missing whitespace in function list
2 parents 7224eda + 0613db1 commit aeee7de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

posts/2020-10-08-Rust-1.47.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ Additionally, nine new APIs were stabilized this release:
191191
The following previously stable APIs have now been made `const`:
192192

193193
- [The `new` method for all `NonZero` integers.][73858]
194-
- [The `checked_add`,`checked_sub`,`checked_mul`,`checked_neg`, `checked_shl`,
194+
- [The `checked_add`, `checked_sub`, `checked_mul`, `checked_neg`, `checked_shl`,
195195
`checked_shr`, `saturating_add`, `saturating_sub`, and `saturating_mul`
196196
methods for all integers.][73858]
197197
- [The `checked_abs`, `saturating_abs`, `saturating_neg`, and `signum` for all

0 commit comments

Comments
 (0)