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:33:25 +0100
commit0eff577442a7876027d7e637486be16baaa217e9 (patch)
tree14cca28c760fe3df8cccb9443151dface9dbb2d0
parent0601ef796b9507f33470c69dcac2e239f212a768 (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 845831d..bbd388a 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());
}