Rollup merge of #28470 - tshepang:idiom, r=steveklabnik
This commit is contained in:
commit
fcfcee1363
1 changed files with 1 additions and 1 deletions
|
|
@ -2762,7 +2762,7 @@ The following expressions are equivalent.
|
|||
let x = std::ops::Range {start: 0, end: 10};
|
||||
let y = 0..10;
|
||||
|
||||
assert_eq!(x,y);
|
||||
assert_eq!(x, y);
|
||||
```
|
||||
|
||||
### Unary operator expressions
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue