Skip to content

Commit 2f97589

Browse files
committed
refactor(examples): remove unused imports from reference_following example
Remove unused NodeReference and RefType imports from reference_following.rs example file to clean up the code.
1 parent 3c67018 commit 2f97589

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

examples/reference_following.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,10 @@
2727
//! ```
2828
2929
use vectorless::document::{
30-
DocumentTree, NodeReference, RefType, ReferenceExtractor,
30+
DocumentTree, ReferenceExtractor,
3131
};
3232
use vectorless::retrieval::{
33-
expand_with_references, FollowedReference, ReferenceConfig, ReferenceFollower,
33+
expand_with_references, ReferenceConfig, ReferenceFollower,
3434
};
3535

3636
fn main() {

0 commit comments

Comments
 (0)