Remove unused tuple struct
This commit is contained in:
parent
5bad333fec
commit
867d8e6356
1 changed files with 0 additions and 1 deletions
|
|
@ -1048,7 +1048,6 @@ you create a new type that's a synonym for another one:
|
|||
|
||||
```
|
||||
struct Inches(int);
|
||||
struct Centimeters(int);
|
||||
|
||||
let length = Inches(10);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue