From 6a651779e1bdcc2680ffdbdcbf81bd1b5fb83022 Mon Sep 17 00:00:00 2001 From: Maxim Breitman <89523915+breitwan@users.noreply.github.com> Date: Fri, 25 Oct 2024 15:56:27 +0300 Subject: [PATCH] Fix typo in generics/new_types --- src/generics/new_types.md | 1 - 1 file changed, 1 deletion(-) 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 {