Skip to content

Commit

Permalink
Rollup merge of rust-lang#51262 - GuillaumeGomez:add-missing-whitespa…
Browse files Browse the repository at this point in the history
…ce, r=QuietMisdreavus

Add missing whitespace in num example

r? @QuietMisdreavus
  • Loading branch information
Mark-Simulacrum authored Jun 1, 2018
2 parents b6013b2 + 32dcaab commit 4959cb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libcore/num/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit 4959cb1

Please sign in to comment.