File tree Expand file tree Collapse file tree 1 file changed +1
-9
lines changed Expand file tree Collapse file tree 1 file changed +1
-9
lines changed Original file line number Diff line number Diff line change 150
150
)
151
151
) ]
152
152
// Attributes needed when building as part of the standard library
153
- #![ cfg_attr( feature = "rustc-dep-of-std" , feature( staged_api , cfg_target_vendor) ) ]
153
+ #![ cfg_attr( feature = "rustc-dep-of-std" , feature( cfg_target_vendor) ) ]
154
154
#![ cfg_attr( feature = "rustc-dep-of-std" , feature( link_cfg, repr_packed) ) ]
155
155
#![ cfg_attr( feature = "rustc-dep-of-std" , feature( no_core) ) ]
156
156
#![ cfg_attr( feature = "rustc-dep-of-std" , no_core) ]
157
157
#![ cfg_attr( feature = "rustc-dep-of-std" , allow( warnings) ) ]
158
- #![ cfg_attr(
159
- feature = "rustc-dep-of-std" ,
160
- unstable(
161
- feature = "libc" ,
162
- reason = "use `libc` from crates.io" ,
163
- issue = "27783"
164
- )
165
- ) ]
166
158
#![ cfg_attr( not( any( feature = "use_std" , feature = "rustc-dep-of-std" ) ) , no_std) ]
167
159
168
160
#[ cfg( all( not( cross_platform_docs) , feature = "use_std" ) ) ]
You can’t perform that action at this time.
0 commit comments