Skip to content

Commit

Permalink
Removes unused import from detect_incomplete_text test
Browse files Browse the repository at this point in the history
  • Loading branch information
zslayton committed Jan 8, 2025
1 parent a9583c5 commit 2ee8877
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/detect_incomplete_text.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#![cfg(feature = "experimental-reader-writer")]

use crate::ion_tests::{DataStraw, SkipList, ELEMENT_GLOBAL_SKIP_LIST};
use crate::ion_tests::{DataStraw, ELEMENT_GLOBAL_SKIP_LIST};
use ion_rs::{
AnyEncoding, Element, ElementReader, IonData, IonError, IonResult, IonStream, Reader,
};
Expand Down

0 comments on commit 2ee8877

Please sign in to comment.