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:
parent
910fd61070
commit
ec9c8659ea
2 changed files with 0 additions and 2 deletions
|
@ -2,7 +2,6 @@
|
|||
|
||||
use std::env;
|
||||
use std::old_io::{File, Truncate, Write};
|
||||
use std::os;
|
||||
use std::old_path::Path;
|
||||
|
||||
fn main() {
|
||||
|
|
|
@ -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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue