summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2019-12-20 12:33:25 +0100
committerMatthias Beyer <mail@beyermatthias.de>2019-12-20 12:40:51 +0100
commit0a9cde994e64cebdad568dc2303b89cfcb3ba007 (patch)
treeecebf23e47801650d305930d3d5704edb64be84d
parent614b9c5547b3de07b7fe41aeb6425521671d8844 (diff)
Rename: IcalVCalendar::with_normalize() -> ::normalized()
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
-rw-r--r--src/vcalendar.rs2
1 files changed, 1 insertions, 1 deletions
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());
}