mirror of
https://github.com/meilisearch/meilisearch.git
synced 2025-07-31 19:00:00 +00:00
WIP
This commit is contained in:
@ -152,7 +152,7 @@ impl<T> Hash for Interned<T> {
|
||||
}
|
||||
}
|
||||
|
||||
impl<T: Ord> Ord for Interned<T> {
|
||||
impl<T> Ord for Interned<T> {
|
||||
fn cmp(&self, other: &Self) -> std::cmp::Ordering {
|
||||
self.idx.cmp(&other.idx)
|
||||
}
|
||||
|
Reference in New Issue
Block a user