clippy
This commit is contained in:
parent
4ac95c7559
commit
ed9a0b5440
1 changed files with 1 additions and 4 deletions
|
@ -1,10 +1,7 @@
|
||||||
use crate::cli_constants::MPC_DEFAULT_PATH;
|
use crate::cli_constants::MPC_DEFAULT_PATH;
|
||||||
use crate::common::get_seeded_rng;
|
use crate::common::get_seeded_rng;
|
||||||
use clap::{App, Arg, ArgMatches, SubCommand};
|
use clap::{App, Arg, ArgMatches, SubCommand};
|
||||||
use rand_0_8::{
|
use rand_0_8::{rngs::StdRng, SeedableRng};
|
||||||
rngs::{OsRng, StdRng},
|
|
||||||
Rng, SeedableRng,
|
|
||||||
};
|
|
||||||
use std::fs::File;
|
use std::fs::File;
|
||||||
use std::io::{BufReader, BufWriter};
|
use std::io::{BufReader, BufWriter};
|
||||||
use std::path::Path;
|
use std::path::Path;
|
||||||
|
|
Loading…
Reference in a new issue