diff --git a/src/generics/new_types.md b/src/generics/new_types.md index 010c1ff416..dc0b15bcd6 100644 --- a/src/generics/new_types.md +++ b/src/generics/new_types.md @@ -17,7 +17,6 @@ impl Years { } } - impl Days { /// truncates partial years pub fn to_years(&self) -> Years {