about summary refs log tree commit diff
path: root/library/std/src/sys/unix/stdio.rs
diff options
context:
space:
mode:
authorMiguel Ojeda <ojeda@kernel.org>2022-12-17 00:19:59 +0100
committerMiguel Ojeda <ojeda@kernel.org>2022-12-17 00:19:59 +0100
commitaf7f2222d334145d37172d2c45d01277f86c6041 (patch)
tree0acfb157b0eab4b5e861bbb76a1a8efea8978070 /library/std/src/sys/unix/stdio.rs
parent9c07efe84f28a44f3044237696acc295aa407ee5 (diff)
downloadrust-af7f2222d334145d37172d2c45d01277f86c6041.tar.gz
rust-af7f2222d334145d37172d2c45d01277f86c6041.zip
core: ensure `no_fp_fmt_parse` builds are warning-free
Rust recently introduced a new `unused_imports` warning
in `no_fp_fmt_parse` builds, which was fixed in
https://github.com/rust-lang/rust/pull/105434.

To avoid accumulating more over time, let's keep the builds
warning-free. This ensures projects compiling `core` with
this custom config do not see the warnings in the future
and that they can keep enabling `-Dwarnings`.

Similarly, https://github.com/rust-lang/rust/pull/98652 did it
for `alloc`'s `no_global_oom_handling`.

Signed-off-by: Miguel Ojeda <ojeda@kernel.org>
Diffstat (limited to 'library/std/src/sys/unix/stdio.rs')
0 files changed, 0 insertions, 0 deletions