File tree Expand file tree Collapse file tree 7 files changed +0
-7
lines changed Expand file tree Collapse file tree 7 files changed +0
-7
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,6 @@ optimize_for_size = ["core/optimize_for_size"]
3232[lints .rust .unexpected_cfgs ]
3333level = " warn"
3434check-cfg = [
35- ' cfg(bootstrap)' ,
3635 ' cfg(no_global_oom_handling)' ,
3736 ' cfg(no_rc)' ,
3837 ' cfg(no_sync)' ,
Original file line number Diff line number Diff line change 6666) ]
6767#![ doc( cfg_hide(
6868 not( test) ,
69- not( any( test, bootstrap) ) ,
7069 no_global_oom_handling,
7170 not( no_global_oom_handling) ,
7271 not( no_rc) ,
Original file line number Diff line number Diff line change @@ -39,7 +39,6 @@ harness = false
3939[lints .rust .unexpected_cfgs ]
4040level = " warn"
4141check-cfg = [
42- ' cfg(bootstrap)' ,
4342 ' cfg(no_global_oom_handling)' ,
4443 ' cfg(no_rc)' ,
4544 ' cfg(no_sync)' ,
Original file line number Diff line number Diff line change @@ -29,7 +29,6 @@ debug_typeid = []
2929[lints .rust .unexpected_cfgs ]
3030level = " warn"
3131check-cfg = [
32- ' cfg(bootstrap)' ,
3332 ' cfg(no_fp_fmt_parse)' ,
3433 # core use #[path] imports to portable-simd `core_simd` crate
3534 # and to stdarch `core_arch` crate which messes-up with Cargo list
Original file line number Diff line number Diff line change @@ -1092,7 +1092,6 @@ pub use self::unsafe_pinned::UnsafePinned;
10921092#[ rustc_pub_transparent]
10931093#[ derive( Copy , Clone ) ]
10941094pub struct Pin < Ptr > {
1095- /// Only public for bootstrap.
10961095 pointer : Ptr ,
10971096}
10981097
Original file line number Diff line number Diff line change @@ -157,7 +157,6 @@ test = true
157157[lints .rust .unexpected_cfgs ]
158158level = " warn"
159159check-cfg = [
160- ' cfg(bootstrap)' ,
161160 # std use #[path] imports to portable-simd `std_float` crate
162161 # and to the `backtrace` crate which messes-up with Cargo list
163162 # of declared features, we therefor expect any feature cfg
Original file line number Diff line number Diff line change 237237#![ doc( rust_logo) ]
238238#![ doc( cfg_hide(
239239 not( test) ,
240- not( any( test, bootstrap) ) ,
241240 no_global_oom_handling,
242241 not( no_global_oom_handling)
243242) ) ]
You can’t perform that action at this time.
0 commit comments