mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-03 00:24:34 +00:00
pass argument by reference
This commit is contained in:
parent
592f2cb545
commit
ee23e5979d
4 changed files with 5 additions and 5 deletions
|
@ -4,7 +4,7 @@ use crate::pattern::fmt_pattern;
|
|||
use crate::spaces::{
|
||||
add_spaces, fmt_comments_only, fmt_condition_spaces, fmt_spaces, newline, INDENT,
|
||||
};
|
||||
use bumpalo::collections::{String, Vec};
|
||||
use bumpalo::collections::String;
|
||||
use roc_module::operator::{self, BinOp};
|
||||
use roc_parse::ast::StrSegment;
|
||||
use roc_parse::ast::{AssignedField, Base, CommentOrNewline, Expr, Pattern, WhenBranch};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue