Skip to content

Commit ebde854

Browse files
committed
remove elided lifetime
1 parent fffd0f5 commit ebde854

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jit/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -341,7 +341,7 @@ pub struct Args<'a> {
341341
code: &'a CompiledCode,
342342
}
343343

344-
impl<'a> Args<'a> {
344+
impl Args<'_> {
345345
pub fn invoke(&self) -> Option<AbiValue> {
346346
unsafe { self.code.invoke_raw(&self.cif_args) }
347347
}

0 commit comments

Comments
 (0)