From 7c32ace204891fc7c17adae82e36576b977be4c0 Mon Sep 17 00:00:00 2001 From: kyren Date: Wed, 2 Aug 2017 16:37:30 -0400 Subject: [PATCH] Whoops, was testing removing that and placed it back in the wrong place --- src/lib.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/lib.rs b/src/lib.rs index faa8c3f..d2d7de2 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -1,8 +1,8 @@ -extern crate libc; - // Deny warnings inside doc tests / examples #![doc(test(attr(deny(warnings))))] +extern crate libc; + pub mod ffi; #[macro_use] mod util;