Move sexp into compare.

This commit is contained in:
Tom Alexander
2023-09-11 15:31:48 -04:00
parent 98de5e4ec5
commit a651b79e77
8 changed files with 39 additions and 26 deletions

View File

@@ -37,8 +37,6 @@ mod property_drawer;
mod radio_link;
mod regular_link;
mod section;
#[cfg(feature = "compare")]
pub mod sexp;
mod statistics_cookie;
mod subscript_and_superscript;
mod table;