Remove unused import.
This commit is contained in:
parent
af90ea6dfd
commit
92ee59558b
@ -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(
|
||||||
|
Loading…
Reference in New Issue
Block a user