mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-03 03:42:17 +00:00
clippy
This commit is contained in:
parent
f233c5328d
commit
f193c778d5
2 changed files with 0 additions and 2 deletions
|
@ -202,7 +202,6 @@ fn fmt_pattern_only(
|
|||
let mut was_multiline = arg.item.is_multiline();
|
||||
|
||||
let before = merge_spaces(buf.text.bump(), last_after, arg.before);
|
||||
dbg!(before, arg.item);
|
||||
|
||||
if !before.is_empty() {
|
||||
if !is_multiline {
|
||||
|
|
|
@ -2125,7 +2125,6 @@ fn expr_to_pattern_help<'a>(arena: &'a Bump, expr: &Expr<'a>) -> Result<Pattern<
|
|||
let mut expr = expr.extract_spaces();
|
||||
|
||||
while let Expr::ParensAround(loc_expr) = &expr.item {
|
||||
dbg!(&loc_expr);
|
||||
let expr_inner = loc_expr.extract_spaces();
|
||||
|
||||
expr.before = merge_spaces(arena, expr.before, expr_inner.before);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue