fixup! b23de9f1fd7da0532614c163344d985b9e34a8aa

This commit is contained in:
Noah Hellman 2022-12-01 20:34:23 +01:00
parent 6f5829f686
commit 6717ed38f5

View file

@ -43,8 +43,6 @@ pub enum Atom {
Inline,
/// A line with no non-whitespace characters.
Blankline,
///// Thematic break.
//ThematicBreak,
}
struct Parser<'s> {