cargo fmt

pull/708/head
Wilfred Hughes 2024-04-28 16:40:00 +07:00
parent 8655a9464e
commit 7f5c11c075
1 changed files with 1 additions and 1 deletions

@ -7,9 +7,9 @@ use std::{
hash::{Hash, Hasher},
};
use smallvec::{SmallVec, smallvec};
use bumpalo::Bump;
use hashbrown::hash_map::RawEntryMut;
use smallvec::{smallvec, SmallVec};
use strsim::normalized_levenshtein;
use self::Edge::*;