mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-26 21:39:07 +00:00
clippy
This commit is contained in:
parent
89472bf495
commit
c75f46b369
2 changed files with 2 additions and 2 deletions
|
@ -4075,7 +4075,7 @@ impl<
|
||||||
};
|
};
|
||||||
|
|
||||||
self.build_fn_call(
|
self.build_fn_call(
|
||||||
&dst,
|
dst,
|
||||||
intrinsic.to_string(),
|
intrinsic.to_string(),
|
||||||
&[*src1, *src2],
|
&[*src1, *src2],
|
||||||
&[Layout::U128, Layout::U128],
|
&[Layout::U128, Layout::U128],
|
||||||
|
|
|
@ -1008,7 +1008,7 @@ fn single_tag_union_to_ast<'a, M: ReplAppMemory>(
|
||||||
unreachable!()
|
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)
|
let mut vec: Vec<_> = std::iter::repeat(DEFAULT)
|
||||||
.take(output.len())
|
.take(output.len())
|
||||||
.collect_in(env.arena);
|
.collect_in(env.arena);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue