Skip to content

Commit e7d3b1c

Browse files
committed
Totally forgot a '=' for some reason
1 parent 5844323 commit e7d3b1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tzdb.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ use crate::{
5353
utils, TemporalError, TemporalResult,
5454
};
5555

56-
#[cfg(target_family "unix")]
56+
#[cfg(target_family = "unix")]
5757
const ZONEINFO_DIR: &str = "/usr/share/zoneinfo/";
5858

5959
/// `LocalTimeRecord` represents an local time offset record.

0 commit comments

Comments
 (0)