Skip to content

Commit 2a675e2

Browse files
klensydjc
authored andcommitted
chrono-tz-build: resolve fixme
linked issue foxed long ago rust-phf/rust-phf#232
1 parent ca52db8 commit 2a675e2

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

chrono-tz-build/src/lib.rs

-3
Original file line numberDiff line numberDiff line change
@@ -142,10 +142,7 @@ fn write_timezone_file(timezone_file: &mut File, table: &Table) -> io::Result<()
142142
writeln!(
143143
timezone_file,
144144
"static TIMEZONES_UNCASED: ::phf::Map<&'static uncased::UncasedStr, Tz> = \n{};",
145-
// FIXME(petrosagg): remove this once rust-phf/rust-phf#232 is released
146145
map.build()
147-
.to_string()
148-
.replace("::std::mem::transmute", "::core::mem::transmute")
149146
)?;
150147
}
151148

0 commit comments

Comments
 (0)