rm unused

This commit is contained in:
Noah Hellman 2023-02-04 15:49:22 +01:00
parent cc5a196149
commit 61f0d6281e

View file

@ -967,7 +967,6 @@ fn lines(src: &str) -> impl Iterator<Item = Span> + '_ {
#[cfg(test)] #[cfg(test)]
mod test { mod test {
use crate::tree::EventKind;
use crate::tree::EventKind::*; use crate::tree::EventKind::*;
use crate::Alignment; use crate::Alignment;
use crate::OrderedListNumbering::*; use crate::OrderedListNumbering::*;