mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-08-01 13:37:48 +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 numeric::*;
|
||||||
use prime_table::P_INVS_U64;
|
use prime_table::P_INVS_U64;
|
||||||
use rand::weak_rng;
|
|
||||||
use rand::distributions::{Range, IndependentSample};
|
use rand::distributions::{Range, IndependentSample};
|
||||||
use std::cmp::{max, min};
|
use std::cmp::{max, min};
|
||||||
use std::io::{stdin, BufRead, BufReader, Write};
|
use std::io::{stdin, BufRead, BufReader, Write};
|
||||||
|
|
|
@ -16,8 +16,7 @@ extern crate rand;
|
||||||
#[macro_use]
|
#[macro_use]
|
||||||
extern crate uucore;
|
extern crate uucore;
|
||||||
|
|
||||||
use rand::{Rng, ThreadRng};
|
use rand::Rng;
|
||||||
use rand::read::ReadRng;
|
|
||||||
use std::fs::File;
|
use std::fs::File;
|
||||||
use std::io::{stdin, stdout, BufReader, BufWriter, Read, Write};
|
use std::io::{stdin, stdout, BufReader, BufWriter, Read, Write};
|
||||||
use std::usize::MAX as MAX_USIZE;
|
use std::usize::MAX as MAX_USIZE;
|
||||||
|
|
|
@ -16,7 +16,6 @@ extern crate time;
|
||||||
#[macro_use]
|
#[macro_use]
|
||||||
extern crate uucore;
|
extern crate uucore;
|
||||||
|
|
||||||
use libc::pid_t;
|
|
||||||
use std::io::{ErrorKind, Write};
|
use std::io::{ErrorKind, Write};
|
||||||
use std::process::{Command, Stdio};
|
use std::process::{Command, Stdio};
|
||||||
use std::os::unix::process::ExitStatusExt;
|
use std::os::unix::process::ExitStatusExt;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue