Remove unused import.

This commit is contained in:
Tom Alexander 2023-04-22 01:36:43 -04:00
parent af90ea6dfd
commit 92ee59558b
Signed by: talexander
GPG Key ID: D3A179C9A53C0EDE
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ use crate::parser::parser_with_context::parser_with_context;
use crate::parser::table::org_mode_table; use crate::parser::table::org_mode_table;
use nom::branch::alt; use nom::branch::alt;
use nom::combinator::map; use nom::combinator::map;
use nom::combinator::verify;
use nom::multi::many0; use nom::multi::many0;
pub fn element( pub fn element(