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. --- Cargo.toml | 1 - 1 file changed, 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index f9e37545..58161be0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,7 +23,6 @@ lazy_static = "1" rand = "0.3.8" tempdir = "0.3" tempfile = "2" -nix-test = { path = "nix-test", version = "0.0.1" } [[test]] name = "test" -- cgit v1.2.3