Skip to content

Commit

Permalink
style: Restore use of wildcard prelude
Browse files Browse the repository at this point in the history
  • Loading branch information
epage committed Apr 26, 2024
1 parent ad4f344 commit 57bfe7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/parser.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ use winnow::combinator::trace;
use winnow::combinator::{cut_err, eof, fail, opt, peek};
use winnow::combinator::{delimited, preceded, terminated};
use winnow::error::{AddContext, ErrMode, ErrorKind, ParserError, StrContext};
use winnow::prelude::{PResult, Parser};
use winnow::prelude::*;
use winnow::stream::Stream as _;
use winnow::token::{take, take_till, take_while};

Expand Down

0 comments on commit 57bfe7d

Please sign in to comment.