Introduce debug info for the time it takes to fetch candidates

This commit is contained in:
Clément Renault
2020-12-02 11:36:38 +01:00
parent 13217f072b
commit 4ffbddf21f
2 changed files with 7 additions and 4 deletions

View File

@ -1,6 +1,6 @@
use std::collections::HashMap;
use std::fmt::Debug;
use std::ops::Bound::{self, Unbounded, Included, Excluded};
use std::ops::Bound::{self, Included, Excluded};
use std::str::FromStr;
use heed::types::{ByteSlice, DecodeIgnore};