We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4813097 commit 32a1d23Copy full SHA for 32a1d23
src/parser/mod.rs
@@ -14259,7 +14259,6 @@ impl Word {
14259
/// * `Ok(Some(replacement_expr))`: A replacement `Expr` is provided, use replacement `Expr`.
14260
/// * `Ok(None)`: A replacement `Expr` is not provided, use old `Expr`.
14261
/// * `Err(err)`: Any error returned.
14262
-#[cfg_attr(feature = "recursive-protection", recursive::recursive)]
14263
fn rewrite_calculation_expr<F>(
14264
expr: &Expr,
14265
rewrite_func_expr: bool,
0 commit comments