mirror of
https://github.com/meilisearch/meilisearch.git
synced 2025-09-21 04:06:26 +00:00
Cargo fmt pass
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
use std::hash::Hash;
|
||||
use hashbrown::HashMap;
|
||||
use std::hash::Hash;
|
||||
|
||||
pub struct DistinctMap<K> {
|
||||
inner: HashMap<K, usize>,
|
||||
|
Reference in New Issue
Block a user