Skip to content

Commit

Permalink
rm unused dep
Browse files Browse the repository at this point in the history
  • Loading branch information
marcus-pousette committed Aug 20, 2022
1 parent a25f1b0 commit f94688e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/query.rs
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ pub(crate) mod tests {

use crate::test_util::*;
use crate::Index;
use std::borrow::Cow;


fn approx_equal(a: f64, b: f64, dp: u8) -> bool {
let p: f64 = 10f64.powf(-(dp as f64));
Expand Down

0 comments on commit f94688e

Please sign in to comment.