Skip to content

Commit 9f2d43c

Browse files
committed
Fix new warning
1 parent 1f21587 commit 9f2d43c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

objc2/src/message/mod.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,6 @@ macro_rules! message_args_impl {
287287
($($a:ident : $t:ident),*) => (
288288
unsafe impl<$($t: Encode),*> MessageArguments for ($($t,)*) {
289289
#[inline]
290-
#[doc(hidden)]
291290
unsafe fn __invoke<R: Encode>(imp: Imp, obj: *mut Object, sel: Sel, ($($a,)*): Self) -> R {
292291
// The imp must be cast to the appropriate function pointer
293292
// type before being called; the msgSend functions are not

0 commit comments

Comments
 (0)