We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
expr_pos_ws_p
1 parent 33a81cf commit 7a97458Copy full SHA for 7a97458
1 file changed
rusty_parser/src/expr/parsers.rs
@@ -62,6 +62,7 @@ pub fn ws_expr_pos_p() -> impl Parser<StringView, Output = ExpressionPos, Error
62
/// <expr-in-parenthesis> <ws> |
63
/// <expr-in-parenthesis>
64
/// ```
65
+#[deprecated]
66
pub fn expr_pos_ws_p() -> impl Parser<StringView, Output = ExpressionPos, Error = ParserError> {
67
followed_by_ws(expression_pos_p())
68
}
0 commit comments