chore: Little clean ups of meilidb-core

This commit is contained in:
Clément Renault
2019-07-01 14:34:06 +02:00
parent 4f4b630ae9
commit e8afca614c
4 changed files with 6 additions and 3 deletions

View File

@ -1,5 +1,4 @@
use std::hash::Hash;
use hashbrown::HashMap;
pub struct DistinctMap<K> {