mirror of
https://github.com/lennart-k/rustical.git
synced 2025-12-17 14:49:29 +00:00
run clippy fix
This commit is contained in:
@@ -26,7 +26,7 @@ impl From<rrule::Tz> for ICalTimezone {
|
||||
}
|
||||
}
|
||||
|
||||
#[derive(Debug, Clone, PartialEq, Display)]
|
||||
#[derive(Debug, Clone, PartialEq, Eq, Display)]
|
||||
pub enum CalTimezoneOffset {
|
||||
Local(chrono::FixedOffset),
|
||||
Olson(chrono_tz::TzOffset),
|
||||
|
||||
Reference in New Issue
Block a user