aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSascha Grunert <mail@saschagrunert.de>2017-02-28 16:03:32 +0100
committerSascha Grunert <mail@saschagrunert.de>2017-02-28 16:03:32 +0100
commit0032e94f549441ee37633584aeed0e585cc6f034 (patch)
tree395c7e83a05a734e801ab1d678ab0ac254da3bc4
parentUsing "use" statements on top of file (diff)
downloadwireguard-rs-0032e94f549441ee37633584aeed0e585cc6f034.tar.xz
wireguard-rs-0032e94f549441ee37633584aeed0e585cc6f034.zip
Removed useless macro_use
-rw-r--r--src/lib.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lib.rs b/src/lib.rs
index 0bbe14b..c28187f 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -8,7 +8,6 @@ extern crate daemonize;
#[macro_use]
extern crate log;
extern crate libc;
-#[macro_use]
extern crate nix;
#[macro_use]