Removed old regex import

This commit is contained in:
Dániel Szabó 2022-04-23 17:05:29 +01:00 committed by GitHub
parent dd9648cd2e
commit 6e6a9bfe9e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7,7 +7,6 @@ use askama::Template;
use clap::Parser;
use linkify::{LinkFinder, LinkKind};
use rand::Rng;
use regex::Regex;
use std::path::PathBuf;
use std::sync::Mutex;
use std::time::{SystemTime, UNIX_EPOCH};