mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-03 19:58:18 +00:00
clippy
This commit is contained in:
parent
33dfd5d27d
commit
05c8521211
1 changed files with 2 additions and 2 deletions
|
@ -1696,11 +1696,11 @@ impl<
|
|||
}
|
||||
LayoutRepr::Builtin(Builtin::Decimal) => {
|
||||
self.build_fn_call(
|
||||
&dst,
|
||||
dst,
|
||||
bitcode::DEC_DIV.to_string(),
|
||||
&[*src1, *src2],
|
||||
&[*layout, *layout],
|
||||
&layout,
|
||||
layout,
|
||||
);
|
||||
}
|
||||
x => todo!("NumDiv: layout, {:?}", x),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue