From 4013fa48487ea9ae917932488858b95d626c611e Mon Sep 17 00:00:00 2001 From: Bryant Mairs Date: Sun, 3 Dec 2017 13:26:52 -0800 Subject: Remove nix-test subcrate This was doing testing for errno constants and a few other types that is no longer necessary now that these types are all tested within the libc project itself. --- src/lib.rs | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/lib.rs') diff --git a/src/lib.rs b/src/lib.rs index f900067c..8ddfad9b 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -18,9 +18,6 @@ extern crate bitflags; extern crate cfg_if; extern crate void; -#[cfg(test)] -extern crate nix_test as nixtest; - #[macro_use] mod macros; pub extern crate libc; -- cgit v1.2.3