Skip to content

Commit

Permalink
Update src/sequence/mod.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
Geal committed Mar 14, 2022
1 parent e481c77 commit c3157a8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/sequence/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -253,8 +253,7 @@ tuple_trait!(FnA A, FnB B, FnC C, FnD D, FnE E, FnF F, FnG G, FnH H, FnI I, FnJ
FnM M, FnN N, FnO O, FnP P, FnQ Q, FnR R, FnS S, FnT T, FnU U);

///Applies a tuple of parsers one by one and returns their results as a tuple.
///There is a maximum of 21 parsers. If you need more, it is possible to nest them in other `tuple` calls,
/// like this: `tuple(parser_a, tuple(parser_b, parser_c))`
///There is a maximum of 21 parsers
/// ```rust
/// # use nom::{Err, error::ErrorKind};
/// use nom::sequence::tuple;
Expand Down

0 comments on commit c3157a8

Please sign in to comment.