We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f21587 commit 9f2d43cCopy full SHA for 9f2d43c
1 file changed
objc2/src/message/mod.rs
@@ -287,7 +287,6 @@ macro_rules! message_args_impl {
287
($($a:ident : $t:ident),*) => (
288
unsafe impl<$($t: Encode),*> MessageArguments for ($($t,)*) {
289
#[inline]
290
- #[doc(hidden)]
291
unsafe fn __invoke<R: Encode>(imp: Imp, obj: *mut Object, sel: Sel, ($($a,)*): Self) -> R {
292
// The imp must be cast to the appropriate function pointer
293
// type before being called; the msgSend functions are not
0 commit comments