diff --git a/src/doc/guide.md b/src/doc/guide.md index 1e24482f8a84..c13bee07e1ca 100644 --- a/src/doc/guide.md +++ b/src/doc/guide.md @@ -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);