Skip to content

Commit

Permalink
style
Browse files Browse the repository at this point in the history
  • Loading branch information
asmello committed Dec 14, 2023
1 parent cb7ea00 commit 4a084c1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/parse.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
use chumsky::prelude::*;

use crate::errors::{GenericError, ParseError};
use chumsky::prelude::*;

pub(crate) fn parse<'a, T>(
input: &'a str,
Expand Down

0 comments on commit 4a084c1

Please sign in to comment.