Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WIP: skipmer improvements #3415

Merged
merged 16 commits into from
Dec 12, 2024
Prev Previous commit
Next Next commit
fix dna validation; clippy fixes
  • Loading branch information
bluegenes committed Dec 11, 2024
commit 1a0c29f715d8c0e34da4bb184e74772531529983
2 changes: 0 additions & 2 deletions src/core/src/encodings.rs
Original file line number Diff line number Diff line change
Expand Up @@ -519,8 +519,6 @@ impl<'a> Iterator for Indices<'a> {

#[cfg(test)]
mod test {
use proptest::collection::vec;

use super::*;

#[test]
Expand Down
Loading