Skip to content

Commit 7a97458

Browse files
committed
Deprecate expr_pos_ws_p
1 parent 33a81cf commit 7a97458

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

rusty_parser/src/expr/parsers.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ pub fn ws_expr_pos_p() -> impl Parser<StringView, Output = ExpressionPos, Error
6262
/// <expr-in-parenthesis> <ws> |
6363
/// <expr-in-parenthesis>
6464
/// ```
65+
#[deprecated]
6566
pub fn expr_pos_ws_p() -> impl Parser<StringView, Output = ExpressionPos, Error = ParserError> {
6667
followed_by_ws(expression_pos_p())
6768
}

0 commit comments

Comments
 (0)