mirror of
https://github.com/RustPython/RustPython.git
synced 2026-06-02 19:39:49 +09:00
remove elided lifetime
This commit is contained in:
@@ -341,7 +341,7 @@ pub struct Args<'a> {
|
||||
code: &'a CompiledCode,
|
||||
}
|
||||
|
||||
impl<'a> Args<'a> {
|
||||
impl Args<'_> {
|
||||
pub fn invoke(&self) -> Option<AbiValue> {
|
||||
unsafe { self.code.invoke_raw(&self.cif_args) }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user