This commit is contained in:
Tom Alexander
2023-09-06 11:48:24 -04:00
parent 028aeb70aa
commit 400f53e440
4 changed files with 5 additions and 5 deletions

View File

@@ -135,8 +135,6 @@ fn document_org_source<'b, 'g, 'r, 's>(
let new_context = context.with_global_settings(&new_settings);
let context = &new_context;
// TODO: read the keywords into settings and apply them to the GlobalSettings.
let (remaining, document) =
_document(context, input).map(|(rem, out)| (Into::<&str>::into(rem), out))?;
{