Rollup merge of #51262 - GuillaumeGomez:add-missing-whitespace, r=QuietMisdreavus

Add missing whitespace in num example

r? @QuietMisdreavus
This commit is contained in:
Mark Simulacrum 2018-06-01 17:25:16 -06:00 committed by GitHub
commit 4959cb1fca
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2313,7 +2313,7 @@ Basic usage:
```
", $Feature, "assert_eq!((", stringify!($SelfT), "::max_value() - 2).checked_add(1), ",
"Some(", stringify!($SelfT), "::max_value() - 1));
assert_eq!((", stringify!($SelfT), "::max_value() - 2).checked_add(3),None);", $EndFeature, "
assert_eq!((", stringify!($SelfT), "::max_value() - 2).checked_add(3), None);", $EndFeature, "
```"),
#[stable(feature = "rust1", since = "1.0.0")]
#[inline]