1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-08-02 05:57:46 +00:00

Drop unused imports

This commit is contained in:
Michael Gehring 2015-02-08 20:59:30 +01:00
parent 910fd61070
commit ec9c8659ea
2 changed files with 0 additions and 2 deletions

View file

@ -2,7 +2,6 @@
use std::env;
use std::old_io::{File, Truncate, Write};
use std::os;
use std::old_path::Path;
fn main() {

View file

@ -15,7 +15,6 @@ extern crate getopts;
@CRATES@
use std::env;
use std::os;
use std::collections::hash_map::HashMap;
static NAME: &'static str = "uutils";