File tree Expand file tree Collapse file tree 3 files changed +0
-6
lines changed Expand file tree Collapse file tree 3 files changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -47,8 +47,6 @@ optimize_for_size = ["core/optimize_for_size"]
4747
4848[lints .rust .unexpected_cfgs ]
4949level = " warn"
50- # x.py uses beta cargo, so `check-cfg` entries do not yet take effect
51- # for rust-lang/rust. But for users of `-Zbuild-std` it does.
5250check-cfg = [
5351 ' cfg(bootstrap)' ,
5452 ' cfg(no_global_oom_handling)' ,
Original file line number Diff line number Diff line change @@ -39,8 +39,6 @@ debug_refcell = []
3939
4040[lints .rust .unexpected_cfgs ]
4141level = " warn"
42- # x.py uses beta cargo, so `check-cfg` entries do not yet take effect
43- # for rust-lang/rust. But for users of `-Zbuild-std` it does.
4442check-cfg = [
4543 ' cfg(bootstrap)' ,
4644 ' cfg(no_fp_fmt_parse)' ,
Original file line number Diff line number Diff line change @@ -100,8 +100,6 @@ test = true
100100
101101[lints .rust .unexpected_cfgs ]
102102level = " warn"
103- # x.py uses beta cargo, so `check-cfg` entries do not yet take effect
104- # for rust-lang/rust. But for users of `-Zbuild-std` it does.
105103check-cfg = [
106104 ' cfg(bootstrap)' ,
107105 ' cfg(target_arch, values("xtensa"))' ,
You can’t perform that action at this time.
0 commit comments