Skip to content

Commit 7dc19b0

Browse files
Amanieutesuji
andauthored
Update src/libcore/num/mod.rs
Co-authored-by: lzutao <[email protected]>
1 parent 5859f6e commit 7dc19b0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/libcore/num/mod.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3309,8 +3309,8 @@ Basic usage:
33093309
33103310
```
33113311
", $Feature, "assert_eq!(100", stringify!($SelfT), ".saturating_add(1), 101);
3312-
assert_eq!((", stringify!($SelfT), "::MAX).saturating_add(127), ", stringify!($SelfT),
3313-
"::MAX);", $EndFeature, "
3312+
assert_eq!(", stringify!($SelfT), "::MAX.saturating_add(127), ", stringify!($SelfT), "::MAX);",
3313+
$EndFeature, "
33143314
```"),
33153315

33163316
#[stable(feature = "rust1", since = "1.0.0")]

0 commit comments

Comments
 (0)