File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed
library/std/src/os/darwin Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change 1
1
//! Defines types and macros for Objective-C interoperability.
2
2
//!
3
3
//! This module re-exports all the items in [`core::os::darwin::objc`].
4
+ //!
5
+ //! [`core::os::darwin::objc`]: ../../../../core/os/darwin/objc/index.html "mod core::os::darwin::objc"
4
6
5
7
#![ unstable( feature = "darwin_objc" , issue = "145496" ) ]
6
8
7
- // We can't document this automatically since we generate documentation for this module
8
- // on every platform but `core::os::darwin` isn't available on every platform.
9
- // We just mention it in the module documentation above instead.
9
+ // We can't generate an intra-doc link for this automatically since `core::os::darwin` isn't
10
+ // compiled into `core` on every platform even though it's documented on every platform.
11
+ // We just link to it directly in the module documentation above instead.
10
12
#[ cfg( not( doc) ) ]
11
13
pub use core:: os:: darwin:: objc:: * ;
You can’t perform that action at this time.
0 commit comments