fixup! parse inline attrs
This commit is contained in:
parent
8d676e1431
commit
59664feaf3
2 changed files with 55 additions and 82 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue