File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 8989//! - [`fail`]: Inversion of [`empty`]. Always fails.
9090//! - [`Parser::by_ref`]: Allow moving `&mut impl Parser` into other parsers
9191//!
92- //! - [`expression()`]: Parse an operator precedence expression with Pratt parsing
93- //!
9492//! ## Text parsing
9593//!
9694//! - [`any`][crate::token::any]: Matches one token
117115//! - [`take_escaped`][crate::ascii::take_escaped]: Recognize the input slice with escaped characters
118116//! - [`escaped_transform`][crate::ascii::escaped_transform]: Parse escaped characters, unescaping them
119117//!
118+ //! - [`expression()`]: Parse an operator precedence expression with Pratt parsing
119+ //!
120120//! ### Character test functions
121121//!
122122//! Use these functions with a combinator like `take_while`:
You can’t perform that action at this time.
0 commit comments