1
Fork 0

auto merge of #16198 : cakebaker/rust/remove_unused_tuple_struct, r=steveklabnik

This commit is contained in:
bors 2014-08-03 08:11:10 +00:00
commit ed264286dd

View file

@ -1060,7 +1060,6 @@ you create a new type that's a synonym for another one:
```
struct Inches(int);
struct Centimeters(int);
let length = Inches(10);