This commit is contained in:
Folkert 2020-11-13 01:59:09 +01:00
parent 8db74298a2
commit 815b942f29
3 changed files with 4 additions and 26 deletions

View file

@ -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) {