Skip to content

Commit

Permalink
Updated documentation of parser function "auto_bt"
Browse files Browse the repository at this point in the history
  • Loading branch information
sabitheotome committed Apr 13, 2024
1 parent 4fac2a7 commit b364491
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/parser/traits.rs
Original file line number Diff line number Diff line change
Expand Up @@ -107,8 +107,7 @@ pub trait Parser {
/// # Examples
/// Basic usage:
/// ```
/// use lavan::parser::traits::Parser;
/// use lavan::parser::sources::any_if;
/// use lavan::prelude::*;
///
/// let input = "not a digit";
/// let mut stream = (input, 0);
Expand Down

0 comments on commit b364491

Please sign in to comment.