aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorTill Hoeppner2015-04-21 20:55:49 +0200
committerTill Hoeppner2015-04-21 20:55:49 +0200
commit1eb2262e100d264bd4eeb5fe050edbcbdb94ceca (patch)
tree167f5c0113491569138485acc3ae89f069a0d1e4 /src
parent9bb27a5fd0ef62874762df6d0eb180de6f351a24 (diff)
downloadirsc-1eb2262e100d264bd4eeb5fe050edbcbdb94ceca.tar.gz
irsc-1eb2262e100d264bd4eeb5fe050edbcbdb94ceca.tar.xz
irsc-1eb2262e100d264bd4eeb5fe050edbcbdb94ceca.zip
No need for eventual
Diffstat (limited to 'src')
-rw-r--r--src/lib.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lib.rs b/src/lib.rs
index 2ba5045..0875618 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -4,7 +4,6 @@
extern crate regex;
#[macro_use]
extern crate log;
-extern crate eventual;
pub mod client;
pub mod color;