File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed
library/std/src/os/darwin Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change 1
1
//! Defines types and macros for Objective-C interoperability.
2
+ //!
3
+ //! This module re-exports all the items in [`core::os::darwin::objc`].
2
4
3
5
#![ unstable( feature = "darwin_objc" , issue = "145496" ) ]
4
6
5
- // The `no_inline`-attribute is required to make the documentation of all targets available.
6
- // See https://github.com/rust-lang/rust/pull/57808#issuecomment-457390549 for more information.
7
- #[ doc( no_inline) ]
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.
10
+ #[ cfg( not( doc) ) ]
8
11
pub use core:: os:: darwin:: objc:: * ;
You can’t perform that action at this time.
0 commit comments