Skip to content

Commit

Permalink
Remove extern crate declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
RumovZ committed Mar 13, 2023
1 parent 5a9cb40 commit 821d34e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/offset/local/tz_info/timezone.rs
Expand Up @@ -8,9 +8,6 @@ use std::{cmp::Ordering, fmt, str};
use super::rule::{AlternateTime, TransitionRule};
use super::{parser, Error, DAYS_PER_WEEK, SECONDS_PER_DAY};

#[cfg(target_os = "android")]
extern crate android_tzdata;

/// Time zone
#[derive(Debug, Clone, Eq, PartialEq)]
pub(crate) struct TimeZone {
Expand Down

0 comments on commit 821d34e

Please sign in to comment.