Skip to content

Commit 0e92a0a

Browse files
committed
Fix cargo +nightly doc
1 parent 3f1f138 commit 0e92a0a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

objc2/src/macros.rs

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,9 @@ macro_rules! sel {
8181
/// methods that return respectively Objective-C's `BOOL` and `id` (or any
8282
/// object pointer). Use those whenever you want to call such a method!
8383
///
84+
/// [`msg_send_bool!`]: crate::msg_send_bool
85+
/// [`msg_send_id!`]: crate::msg_send_id
86+
///
8487
///
8588
/// # Specification
8689
///
@@ -157,6 +160,7 @@ macro_rules! sel {
157160
/// 8. TODO: Maybe more?
158161
///
159162
/// [`autoreleasepool`]: crate::rc::autoreleasepool
163+
/// [`msg_send_id!`]: crate::msg_send_id
160164
///
161165
///
162166
/// # Examples
@@ -299,6 +303,8 @@ macro_rules! msg_send_bool {
299303
/// [mmRules]: https://developer.apple.com/library/archive/documentation/Cocoa/Conceptual/MemoryMgmt/Articles/mmRules.html#//apple_ref/doc/uid/20000994-SW1
300304
/// [arc-rel]: https://developer.apple.com/library/archive/releasenotes/ObjectiveC/RN-TransitioningToARC/Introduction/Introduction.html#//apple_ref/doc/uid/TP40011226
301305
///
306+
/// [`msg_send_id!`]: crate::msg_send_id
307+
///
302308
///
303309
/// # Specification
304310
///

0 commit comments

Comments
 (0)