mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-26 13:29:12 +00:00
clippy
This commit is contained in:
parent
89472bf495
commit
c75f46b369
2 changed files with 2 additions and 2 deletions
|
@ -1008,7 +1008,7 @@ fn single_tag_union_to_ast<'a, M: ReplAppMemory>(
|
|||
unreachable!()
|
||||
};
|
||||
|
||||
const DEFAULT: &'static Loc<Expr> = &Loc::at_zero(Expr::Crash);
|
||||
const DEFAULT: &Loc<Expr> = &Loc::at_zero(Expr::Crash);
|
||||
let mut vec: Vec<_> = std::iter::repeat(DEFAULT)
|
||||
.take(output.len())
|
||||
.collect_in(env.arena);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue