Fix compilation.
This commit is contained in:
parent
10d03fd432
commit
9575ef30ac
@ -107,6 +107,7 @@ pub(crate) fn detect_headline<'s>(input: OrgSource<'s>) -> Res<OrgSource<'s>, ()
|
|||||||
/// Fields from a not-yet-fully-parsed Headline.
|
/// Fields from a not-yet-fully-parsed Headline.
|
||||||
///
|
///
|
||||||
/// This struct exists to give names to the fields of a partially-parsed Headline to avoid returning a large tuple of nameless fields.
|
/// This struct exists to give names to the fields of a partially-parsed Headline to avoid returning a large tuple of nameless fields.
|
||||||
|
#[derive(Debug)]
|
||||||
struct PreHeadline<'s> {
|
struct PreHeadline<'s> {
|
||||||
headline_level: HeadlineLevel,
|
headline_level: HeadlineLevel,
|
||||||
star_count: HeadlineLevel,
|
star_count: HeadlineLevel,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user