diff options
| author | Urgau <urgau@numericable.fr> | 2024-06-27 11:04:16 +0200 |
|---|---|---|
| committer | Urgau <urgau@numericable.fr> | 2024-06-27 11:30:03 +0200 |
| commit | f026e0bfc16633d225dbc49e5b4da048bd419831 (patch) | |
| tree | ea65da016f263a215c19a588b0867f812553e055 /library/alloc | |
| parent | 1def498e3b9adc1ccce3ec5628e9f8755ec96808 (diff) | |
| download | rust-f026e0bfc16633d225dbc49e5b4da048bd419831.tar.gz rust-f026e0bfc16633d225dbc49e5b4da048bd419831.zip | |
Cleanup bootstrap check-cfg
Diffstat (limited to 'library/alloc')
| -rw-r--r-- | library/alloc/Cargo.toml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/library/alloc/Cargo.toml b/library/alloc/Cargo.toml index 024b92790e9..612452a960a 100644 --- a/library/alloc/Cargo.toml +++ b/library/alloc/Cargo.toml @@ -47,8 +47,6 @@ optimize_for_size = ["core/optimize_for_size"] [lints.rust.unexpected_cfgs] level = "warn" -# x.py uses beta cargo, so `check-cfg` entries do not yet take effect -# for rust-lang/rust. But for users of `-Zbuild-std` it does. check-cfg = [ 'cfg(bootstrap)', 'cfg(no_global_oom_handling)', |
