Fixing more errors.

This commit is contained in:
Tom Alexander
2023-09-03 12:23:18 -04:00
parent fdf35ba23c
commit 3bdb24ad88
15 changed files with 62 additions and 29 deletions

View File

@@ -9,12 +9,13 @@ use nom::multi::separated_list0;
use super::org_source::OrgSource;
use super::util::maybe_consume_object_trailing_whitespace_if_not_exiting;
use super::Context;
use crate::context::parser_with_context;
use crate::context::RefContext;
use crate::error::CustomError;
use crate::error::Res;
use crate::parser::object::OrgMacro;
use crate::parser::util::exit_matcher_parser;
use crate::parser::util::get_consumed;
use crate::types::OrgMacro;
#[cfg_attr(feature = "tracing", tracing::instrument(ret, level = "debug"))]
pub fn org_macro<'r, 's>(