Remove unused tuple struct

This commit is contained in:
Daniel Hofstetter 2014-08-02 17:19:52 +02:00
parent 5bad333fec
commit 867d8e6356

View file

@ -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);