1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-31 13:07:46 +00:00

remove references to the native crate

This commit is contained in:
Michael Gehring 2014-11-22 06:53:26 +01:00
parent cb4b5bce29
commit ab344d8e7c
2 changed files with 0 additions and 2 deletions

View file

@ -15,7 +15,6 @@
extern crate getopts;
extern crate libc;
extern crate native;
extern crate regex;
#[phase(plugin)] extern crate regex_macros;

View file

@ -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};