Only include sexp module if compare feature is enabled.
This commit is contained in:
parent
84953c1669
commit
cf383fa394
@ -28,6 +28,7 @@ pub(crate) enum ContextElement<'r, 's> {
|
|||||||
ConsumeTrailingWhitespace(bool),
|
ConsumeTrailingWhitespace(bool),
|
||||||
|
|
||||||
/// This is just here to use the 's lifetime until I'm sure we can eliminate it from ContextElement.
|
/// This is just here to use the 's lifetime until I'm sure we can eliminate it from ContextElement.
|
||||||
|
#[allow(dead_code)]
|
||||||
Placeholder(PhantomData<&'s str>),
|
Placeholder(PhantomData<&'s str>),
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -37,6 +37,7 @@ mod property_drawer;
|
|||||||
mod radio_link;
|
mod radio_link;
|
||||||
mod regular_link;
|
mod regular_link;
|
||||||
mod section;
|
mod section;
|
||||||
|
#[cfg(feature = "compare")]
|
||||||
pub mod sexp;
|
pub mod sexp;
|
||||||
mod statistics_cookie;
|
mod statistics_cookie;
|
||||||
mod subscript_and_superscript;
|
mod subscript_and_superscript;
|
||||||
|
Loading…
Reference in New Issue
Block a user