mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-28 11:37:44 +00:00
Merge pull request #899 from tshepang/patch-1
comm: remove unused import
This commit is contained in:
commit
d52869ef26
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ extern crate getopts;
|
|||
use getopts::Options;
|
||||
use std::cmp::Ordering;
|
||||
use std::fs::File;
|
||||
use std::io::{self, BufRead, BufReader, Read, stdin, Stdin};
|
||||
use std::io::{self, BufRead, BufReader, stdin, Stdin};
|
||||
use std::path::Path;
|
||||
|
||||
static NAME: &'static str = "comm";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue