Whoops, was testing removing that and placed it back in the wrong place

This commit is contained in:
kyren 2017-08-02 16:37:30 -04:00
parent 2553623b65
commit 7c32ace204
1 changed files with 2 additions and 2 deletions

View File

@ -1,8 +1,8 @@
extern crate libc;
// Deny warnings inside doc tests / examples // Deny warnings inside doc tests / examples
#![doc(test(attr(deny(warnings))))] #![doc(test(attr(deny(warnings))))]
extern crate libc;
pub mod ffi; pub mod ffi;
#[macro_use] #[macro_use]
mod util; mod util;