Remove unused import

This commit is contained in:
Kitaiti Makoto 2022-05-20 01:52:26 +09:00
parent abf352b957
commit a1f958ee7a

View file

@ -1,4 +1,3 @@
use heck::ToUpperCamelCase;
use openssl::rand::rand_bytes;
use pulldown_cmark::{html, CodeBlockKind, CowStr, Event, LinkType, Options, Parser, Tag};
use regex_syntax::is_word_character;