Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit1f8c8f4

Browse files
committed
Cleanup bootstrap check-cfg
1 parenta8b311e commit1f8c8f4

File tree

3 files changed

+0
-6
lines changed

3 files changed

+0
-6
lines changed

‎alloc/Cargo.toml‎

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,6 @@ optimize_for_size = ["core/optimize_for_size"]
4747

4848
[lints.rust.unexpected_cfgs]
4949
level ="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.
5250
check-cfg = [
5351
'cfg(bootstrap)',
5452
'cfg(no_global_oom_handling)',

‎core/Cargo.toml‎

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,6 @@ debug_refcell = []
3939

4040
[lints.rust.unexpected_cfgs]
4141
level ="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.
4442
check-cfg = [
4543
'cfg(bootstrap)',
4644
'cfg(no_fp_fmt_parse)',

‎std/Cargo.toml‎

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,8 +100,6 @@ test = true
100100

101101
[lints.rust.unexpected_cfgs]
102102
level ="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.
105103
check-cfg = [
106104
'cfg(bootstrap)',
107105
'cfg(target_arch, values("xtensa"))',

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp