From 71aa2a6e9a51127d5bed8da38a69aa0894a5fa80 Mon Sep 17 00:00:00 2001 From: Ossi Herrala Date: Wed, 13 May 2020 11:15:03 +0300 Subject: Replace void crate with Rust standard lib Infallible type std::convert::Infallible has been available since Rust 1.34 and nix currently targets Rust 1.36 or later so this should not cause problems. Fixes #1238 --- src/lib.rs | 1 - 1 file changed, 1 deletion(-) (limited to 'src/lib.rs') diff --git a/src/lib.rs b/src/lib.rs index 51751f9e..7fd7ecb5 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -20,7 +20,6 @@ extern crate bitflags; #[macro_use] extern crate cfg_if; -extern crate void; // Re-exported external crates pub extern crate libc; -- cgit v1.2.3