Skip to content

Commit 32a1d23

Browse files
committed
fix the test in another pr
Signed-off-by: Keming <[email protected]>
1 parent 4813097 commit 32a1d23

File tree

2 files changed

+206
-207
lines changed

2 files changed

+206
-207
lines changed

src/parser/mod.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14259,7 +14259,6 @@ impl Word {
1425914259
/// * `Ok(Some(replacement_expr))`: A replacement `Expr` is provided, use replacement `Expr`.
1426014260
/// * `Ok(None)`: A replacement `Expr` is not provided, use old `Expr`.
1426114261
/// * `Err(err)`: Any error returned.
14262-
#[cfg_attr(feature = "recursive-protection", recursive::recursive)]
1426314262
fn rewrite_calculation_expr<F>(
1426414263
expr: &Expr,
1426514264
rewrite_func_expr: bool,

0 commit comments

Comments
 (0)