From ab344d8e7c32e924392db4f71431bbdfdf3c82cb Mon Sep 17 00:00:00 2001 From: Michael Gehring Date: Sat, 22 Nov 2014 06:53:26 +0100 Subject: [PATCH] remove references to the native crate --- src/chmod/chmod.rs | 1 - src/nohup/nohup.rs | 1 - 2 files changed, 2 deletions(-) diff --git a/src/chmod/chmod.rs b/src/chmod/chmod.rs index 6faf93b6b..de8ae0c7d 100644 --- a/src/chmod/chmod.rs +++ b/src/chmod/chmod.rs @@ -15,7 +15,6 @@ extern crate getopts; extern crate libc; -extern crate native; extern crate regex; #[phase(plugin)] extern crate regex_macros; diff --git a/src/nohup/nohup.rs b/src/nohup/nohup.rs index 4aa839671..e044d4234 100644 --- a/src/nohup/nohup.rs +++ b/src/nohup/nohup.rs @@ -12,7 +12,6 @@ #![feature(macro_rules)] extern crate getopts; extern crate libc; -extern crate native; use getopts::{optflag, getopts, usage}; use std::io::stdio::{stdin_raw, stdout_raw, stderr_raw};