Skip to content

Commit

Permalink
Feature gate fix
Browse files Browse the repository at this point in the history
  • Loading branch information
zslayton committed Dec 19, 2024
1 parent 535a0c1 commit 4f8386c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lazy/expanded/sequence.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ use crate::lazy::expanded::macro_evaluator::{MacroEvaluator, RawEExpression, Val
use crate::lazy::expanded::template::{TemplateElement, TemplateSequenceIterator};
use crate::lazy::expanded::{
EncodingContextRef, ExpandedAnnotationsIterator, ExpandedAnnotationsSource, LazyExpandedValue,
TemplateVariableReference,
};
use crate::{try_or_some_err, IonResult, IonType};
use std::fmt::Debug;
Expand Down Expand Up @@ -457,6 +456,7 @@ impl<'top, D: Decoder> Iterator for ExpandedSequenceIterator<'top, D> {
}

#[cfg(test)]
#[cfg(feature = "experimental-tooling-apis")]
mod tests {
use super::*;
use crate::{v1_1, ExpandedValueRef, Int, MacroExprKind, Reader};
Expand Down

0 comments on commit 4f8386c

Please sign in to comment.