fixup! parse inline attrs

This commit is contained in:
Noah Hellman 2023-01-15 16:02:36 +01:00
commit 59664feaf3
2 changed files with 55 additions and 82 deletions

View file

@ -495,9 +495,6 @@ impl<I: Iterator<Item = char> + Clone> Iterator for Parser<I> {
#[cfg(test)]
mod test {
use crate::Span;
use super::Atom::*;
use super::Container::*;
use super::EventKind::*;
use super::Verbatim;