From 5b8c40ada1ac274379e55c601a34b8da1d489ad5 Mon Sep 17 00:00:00 2001 From: Isaac Mills Date: Tue, 1 Feb 2022 18:23:39 -0500 Subject: [PATCH] Fwix Buwgs --- src/lib.rs | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/lib.rs b/src/lib.rs index ea803cd..1f73cf0 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -1,9 +1,5 @@ #![cfg_attr(all(feature = "bench", test), feature(test))] -use indicatif::{ProgressBar, ProgressStyle}; -use linkify::{LinkFinder, LinkKind}; -use rand::{Rng, RngCore, SeedableRng}; -use rand_xoshiro::Xoshiro256Plus; use std::fs::File; use std::io::{BufWriter, Error, ErrorKind, Write}; use std::path::Path;