mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-27 05:49:08 +00:00
Remove println
This commit is contained in:
parent
a24fe430b4
commit
a7321e086a
1 changed files with 0 additions and 1 deletions
|
@ -2082,7 +2082,6 @@ pub fn merge_spaces<'a>(
|
|||
/// If the given Expr would parse the same way as a valid Pattern, convert it.
|
||||
/// Example: (foo) could be either an Expr::Var("foo") or Pattern::Identifier("foo")
|
||||
fn expr_to_pattern_help<'a>(arena: &'a Bump, expr: &Expr<'a>) -> Result<Pattern<'a>, ()> {
|
||||
println!("expr_to_pattern_help");
|
||||
let mut expr = expr.extract_spaces();
|
||||
|
||||
while let Expr::ParensAround(loc_expr) = &expr.item {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue