Skip to content

Commit 867d8e6

Browse files
committed
Remove unused tuple struct
1 parent 5bad333 commit 867d8e6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/doc/guide.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1048,7 +1048,6 @@ you create a new type that's a synonym for another one:
10481048

10491049
```
10501050
struct Inches(int);
1051-
struct Centimeters(int);
10521051
10531052
let length = Inches(10);
10541053

0 commit comments

Comments
 (0)