Skip to content

Commit 8687d75

Browse files
committed
fixing clippy
1 parent c510fda commit 8687d75

File tree

1 file changed

+0
-1
lines changed
  • helix-db/src/helix_engine/traversal_core/ops/in_

1 file changed

+0
-1
lines changed

helix-db/src/helix_engine/traversal_core/ops/in_/in_e.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ use crate::{
66
},
77
utils::label_hash::hash_label,
88
};
9-
use heed3::{RoTxn, types::Bytes};
109

1110
pub trait InEdgesAdapter<'db, 'arena, 'txn, 's, I>:
1211
Iterator<Item = Result<TraversalValue<'arena>, GraphError>>

0 commit comments

Comments
 (0)