summaryrefslogtreecommitdiffstats
path: root/src/lib.rs
diff options
context:
space:
mode:
authorNora <nora.widdecke@tu-bs.de>2019-01-02 02:05:49 +0100
committerNora <nora.widdecke@tu-bs.de>2019-01-02 02:05:49 +0100
commit7934e8b47de4ecace0f9b18d4750a7a308b05aa8 (patch)
tree21f6911fc7c176116e071679e21cc056b603115c /src/lib.rs
parent2acd772421429f79945c9fead40ef67fd85c6ba6 (diff)
use indoc
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 ca69847..a1f1686 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -38,7 +38,6 @@ extern crate toml;
#[macro_use]
extern crate log;
-#[cfg(test)]
#[macro_use]
extern crate indoc;