mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-16 13:05:18 +03:00
Rollup merge of #28470 - tshepang:idiom, r=steveklabnik
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user