mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-02 16:21:11 +00:00
fix clippy thing
This commit is contained in:
parent
b0ef8b9b07
commit
fd77a18908
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@ impl<'a> ClosureLayout<'a> {
|
|||
}
|
||||
}
|
||||
|
||||
pub fn from_var<'b>(
|
||||
pub fn from_var(
|
||||
arena: &'a Bump,
|
||||
subs: &Subs,
|
||||
closure_var: Variable,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue