mirror of
https://github.com/002Hub/IPass.git
synced 2025-04-19 13:51:21 +02:00
combine use statements for readability
This commit is contained in:
parent
c3873b051b
commit
6659682eee
@ -1,8 +1,7 @@
|
||||
use std::collections::HashMap;
|
||||
use std::io::{Read, Write};
|
||||
use rand::rngs::OsRng;
|
||||
use rand::RngCore;
|
||||
use std::io::Write;
|
||||
use std::io::Read;
|
||||
mod utils;
|
||||
|
||||
fn main() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user