Skip to content

Commit

Permalink
fix clippy lint
Browse files Browse the repository at this point in the history
  • Loading branch information
luizirber committed Mar 3, 2024
1 parent f682af8 commit 7c12899
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/src/from.rs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ impl From<MashSketcher> for KmerMinHash {

let mut new_mh = KmerMinHash::new(
0,
values.get(0).unwrap().kmer.len() as u32,
values.first().unwrap().kmer.len() as u32,
HashFunctions::Murmur64Dna,
42,
true,
Expand Down

0 comments on commit 7c12899

Please sign in to comment.