removed one line because i felt like it

Signed-off-by: spv <spv0x04@proton.me>
This commit is contained in:
spv 2024-07-25 21:15:12 +02:00
parent 26ed7a32e9
commit 9c4eaacaf4
No known key found for this signature in database
GPG Key ID: A527CD7A0F9353D8

View File

@ -19,7 +19,6 @@ pub struct Args{
fn main() -> anyhow::Result<()>{
let args = Args::parse();
let mut bruter = Bruter::new(args.iterations);
let b_ref = bruter.clone();
let mut codes = vec![];
for w in std::fs::read_to_string(args.wordlist).unwrap().split('\n'){
codes.push(w.to_string());