Add missing whitespace in num example
This commit is contained in:
parent
6de4ec679d
commit
32dcaab585
1 changed files with 1 additions and 1 deletions
|
|
@ -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]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue