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/core | |
| parent | 1def498e3b9adc1ccce3ec5628e9f8755ec96808 (diff) | |
| download | rust-f026e0bfc16633d225dbc49e5b4da048bd419831.tar.gz rust-f026e0bfc16633d225dbc49e5b4da048bd419831.zip | |
Cleanup bootstrap check-cfg
Diffstat (limited to 'library/core')
| -rw-r--r-- | library/core/Cargo.toml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/library/core/Cargo.toml b/library/core/Cargo.toml index cf9fddd269a..cace4582b48 100644 --- a/library/core/Cargo.toml +++ b/library/core/Cargo.toml @@ -39,8 +39,6 @@ debug_refcell = [] [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_fp_fmt_parse)', |
