combine use statements for readability

This commit is contained in:
Mystikfluu 2022-12-29 12:48:40 +01:00
parent c3873b051b
commit 6659682eee

View File

@ -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() {