* fix clippy

* fix clippy

* fix duplicate imports
This commit is contained in:
PSeitz
2024-04-09 07:54:44 +02:00
committed by GitHub
parent 1e9fc51535
commit 74940e9345
44 changed files with 27 additions and 74 deletions

View File

@@ -53,8 +53,7 @@ impl HasLen for VecDocSet {
pub mod tests {
use super::*;
use crate::docset::{DocSet, COLLECT_BLOCK_BUFFER_LEN};
use crate::DocId;
use crate::docset::COLLECT_BLOCK_BUFFER_LEN;
#[test]
pub fn test_vec_postings() {