summaryrefslogtreecommitdiffstats
path: root/src/lib.rs
diff options
context:
space:
mode:
authorVincent Breitmoser <look@my.amazin.horse>2019-01-22 00:26:08 +0100
committerVincent Breitmoser <look@my.amazin.horse>2019-01-22 00:26:09 +0100
commitc29e7535e7b0cdfd1ac75e6d0b32a16105032f40 (patch)
tree5cd8cb5f7b6b3c4b7e8f544cf46923b733a6002d /src/lib.rs
parenta129d318c3e2b26f453ba16d3f408ef3436354bf (diff)
work around race conditions in libical
libical has some weird behavior that makes it not thread-safe. we synchronize calls to libical timezone conversion methods to work around this problem. https://github.com/libical/libical/issues/86 https://github.com/libical/libical/commit/0ebf2d9a7183be94991c2681c6e3f009c64cf7cc
Diffstat (limited to 'src/lib.rs')
-rw-r--r--src/lib.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lib.rs b/src/lib.rs
index 568e2c2..10ac32e 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -53,6 +53,5 @@ extern crate log;
#[macro_use]
extern crate indoc;
-#[cfg(test)]
#[macro_use]
extern crate lazy_static;