From 0a9cde994e64cebdad568dc2303b89cfcb3ba007 Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Fri, 20 Dec 2019 12:33:25 +0100 Subject: Rename: IcalVCalendar::with_normalize() -> ::normalized() Signed-off-by: Matthias Beyer --- src/vcalendar.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/vcalendar.rs b/src/vcalendar.rs index 09752d5..82e4179 100644 --- a/src/vcalendar.rs +++ b/src/vcalendar.rs @@ -91,7 +91,7 @@ impl IcalVCalendar { } } - pub fn with_normalize(self) -> Self { + pub fn normalized(self) -> Self { unsafe { ical::icalcomponent_normalize(self.get_ptr()); } -- cgit v1.2.3