Skip to content

Commit 4959cb1

Browse files
Rollup merge of #51262 - GuillaumeGomez:add-missing-whitespace, r=QuietMisdreavus
Add missing whitespace in num example r? @QuietMisdreavus
2 parents b6013b2 + 32dcaab commit 4959cb1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libcore/num/mod.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -2313,7 +2313,7 @@ Basic usage:
23132313
```
23142314
", $Feature, "assert_eq!((", stringify!($SelfT), "::max_value() - 2).checked_add(1), ",
23152315
"Some(", stringify!($SelfT), "::max_value() - 1));
2316-
assert_eq!((", stringify!($SelfT), "::max_value() - 2).checked_add(3),None);", $EndFeature, "
2316+
assert_eq!((", stringify!($SelfT), "::max_value() - 2).checked_add(3), None);", $EndFeature, "
23172317
```"),
23182318
#[stable(feature = "rust1", since = "1.0.0")]
23192319
#[inline]

0 commit comments

Comments
 (0)