From 9e935330dd252d4ec640197a6040df2aaeb583c9 Mon Sep 17 00:00:00 2001 From: Carl Lerche Date: Fri, 3 Apr 2015 16:54:12 -0700 Subject: Get compiling on Rust 1.0 beta Initially support this by assuming the lowest common denominator. The long term solution is to improve the build system to allow pulling in more specific features that are available on the target system. --- src/sys/signal.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/sys/signal.rs') diff --git a/src/sys/signal.rs b/src/sys/signal.rs index afeb9c6c..1cc3f393 100644 --- a/src/sys/signal.rs +++ b/src/sys/signal.rs @@ -3,7 +3,7 @@ use libc; use errno::Errno; -use core::mem; +use std::mem; use {Error, Result}; pub use libc::consts::os::posix88::{ -- cgit v1.2.3