mirror of
https://github.com/002Hub/IPass.git
synced 2026-09-01 07:07:21 +02:00
combine use statements for readability
This commit is contained in:
+1
-2
@@ -1,8 +1,7 @@
|
|||||||
use std::collections::HashMap;
|
use std::collections::HashMap;
|
||||||
|
use std::io::{Read, Write};
|
||||||
use rand::rngs::OsRng;
|
use rand::rngs::OsRng;
|
||||||
use rand::RngCore;
|
use rand::RngCore;
|
||||||
use std::io::Write;
|
|
||||||
use std::io::Read;
|
|
||||||
mod utils;
|
mod utils;
|
||||||
|
|
||||||
fn main() {
|
fn main() {
|
||||||
|
|||||||
Reference in New Issue
Block a user