Skip to content

Commit ed26428

Browse files
committed
auto merge of rust-lang#16198 : cakebaker/rust/remove_unused_tuple_struct, r=steveklabnik
2 parents ce01b4b + 867d8e6 commit ed26428

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/doc/guide.md

-1
Original file line numberDiff line numberDiff line change
@@ -1060,7 +1060,6 @@ you create a new type that's a synonym for another one:
10601060

10611061
```
10621062
struct Inches(int);
1063-
struct Centimeters(int);
10641063
10651064
let length = Inches(10);
10661065

0 commit comments

Comments
 (0)