auto merge of #16198 : cakebaker/rust/remove_unused_tuple_struct, r=steveklabnik
This commit is contained in:
commit
ed264286dd
1 changed files with 0 additions and 1 deletions
|
@ -1060,7 +1060,6 @@ you create a new type that's a synonym for another one:
|
||||||
|
|
||||||
```
|
```
|
||||||
struct Inches(int);
|
struct Inches(int);
|
||||||
struct Centimeters(int);
|
|
||||||
|
|
||||||
let length = Inches(10);
|
let length = Inches(10);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue