mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-01 07:41:12 +00:00
cleanup
This commit is contained in:
parent
8db74298a2
commit
815b942f29
3 changed files with 4 additions and 26 deletions
|
@ -292,8 +292,8 @@ pub fn canonicalize_defs<'a>(
|
|||
}
|
||||
|
||||
#[inline(always)]
|
||||
pub fn sort_can_defs<'a>(
|
||||
env: &mut Env<'a>,
|
||||
pub fn sort_can_defs(
|
||||
env: &mut Env<'_>,
|
||||
defs: CanDefs,
|
||||
mut output: Output,
|
||||
) -> (Result<Vec<Declaration>, RuntimeError>, Output) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue