mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-30 20:47:46 +00:00
Merge pull request #750 from jbcrail/rm-unused-imports
Remove unused imports
This commit is contained in:
commit
fa06d979eb
3 changed files with 1 additions and 4 deletions
|
@ -22,7 +22,6 @@ extern crate uucore;
|
|||
|
||||
use numeric::*;
|
||||
use prime_table::P_INVS_U64;
|
||||
use rand::weak_rng;
|
||||
use rand::distributions::{Range, IndependentSample};
|
||||
use std::cmp::{max, min};
|
||||
use std::io::{stdin, BufRead, BufReader, Write};
|
||||
|
|
|
@ -16,8 +16,7 @@ extern crate rand;
|
|||
#[macro_use]
|
||||
extern crate uucore;
|
||||
|
||||
use rand::{Rng, ThreadRng};
|
||||
use rand::read::ReadRng;
|
||||
use rand::Rng;
|
||||
use std::fs::File;
|
||||
use std::io::{stdin, stdout, BufReader, BufWriter, Read, Write};
|
||||
use std::usize::MAX as MAX_USIZE;
|
||||
|
|
|
@ -16,7 +16,6 @@ extern crate time;
|
|||
#[macro_use]
|
||||
extern crate uucore;
|
||||
|
||||
use libc::pid_t;
|
||||
use std::io::{ErrorKind, Write};
|
||||
use std::process::{Command, Stdio};
|
||||
use std::os::unix::process::ExitStatusExt;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue