Skip to content

Commit 737875c

Browse files
committed
a word
1 parent 9a8af0c commit 737875c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/shims/native_lib/ffi.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ pub unsafe fn call<R: libffi::high::CType>(fun: CodePtr, args: &[OwnedArg]) -> R
1515
let cif = Cif::new(arg_tys, R::reify().into_middle());
1616
// SAFETY: Caller upholds that the function is safe to call, and since we
1717
// were passed a slice reference we know the `OwnedArg`s won't have been
18-
// by this point.
18+
// dropped by this point.
1919
unsafe { cif.call(fun, &arg_ptrs) }
2020
}
2121

0 commit comments

Comments
 (0)