Skip to content

Commit

Permalink
fix finch feature
Browse files Browse the repository at this point in the history
  • Loading branch information
luizirber committed Aug 29, 2022
1 parent 1be5858 commit 4dc51b7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ include/sourmash.h: src/core/src/lib.rs \
src/core/src/ffi/hyperloglog.rs \
src/core/src/ffi/minhash.rs \
src/core/src/ffi/signature.rs \
src/core/src/ffi/sketch.rs \
src/core/src/ffi/nodegraph.rs \
src/core/src/ffi/index/mod.rs \
src/core/src/ffi/index/revindex.rs \
Expand Down
1 change: 1 addition & 0 deletions src/core/src/from.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ use finch::sketch_schemes::mash::MashSketcher;
use finch::sketch_schemes::SketchScheme;

use crate::encodings::HashFunctions;
use crate::prelude::*;
use crate::sketch::minhash::KmerMinHash;

/*
Expand Down

0 comments on commit 4dc51b7

Please sign in to comment.