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