File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -3252,7 +3252,7 @@ Basic usage:
3252
3252
3253
3253
```
3254
3254
#![feature(euclidean_division)]
3255
- assert_eq(7" , stringify!( $SelfT) , ".div_euc(4), 1); // or any other integer type
3255
+ assert_eq! (7" , stringify!( $SelfT) , ".div_euc(4), 1); // or any other integer type
3256
3256
```" ) ,
3257
3257
#[ unstable( feature = "euclidean_division" , issue = "49048" ) ]
3258
3258
#[ inline]
@@ -3274,7 +3274,7 @@ Basic usage:
3274
3274
3275
3275
```
3276
3276
#![feature(euclidean_division)]
3277
- assert_eq(7" , stringify!( $SelfT) , ".mod_euc(4), 3); // or any other integer type
3277
+ assert_eq! (7" , stringify!( $SelfT) , ".mod_euc(4), 3); // or any other integer type
3278
3278
```" ) ,
3279
3279
#[ unstable( feature = "euclidean_division" , issue = "49048" ) ]
3280
3280
#[ inline]
You can’t perform that action at this time.
0 commit comments