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:
parent
cb4b5bce29
commit
ab344d8e7c
2 changed files with 0 additions and 2 deletions
|
@ -15,7 +15,6 @@
|
|||
|
||||
extern crate getopts;
|
||||
extern crate libc;
|
||||
extern crate native;
|
||||
extern crate regex;
|
||||
#[phase(plugin)] extern crate regex_macros;
|
||||
|
||||
|
|
|
@ -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};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue