We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
#[expect(unused_imports)]
1 parent 8b27aa0 commit 488e956Copy full SHA for 488e956
src/bootstrap/src/core/build_steps/test/mod.rs
@@ -3,6 +3,9 @@
3
//! `./x.py test` (aka [`Kind::Test`]) is currently allowed to reach build steps in other modules.
4
//! However, this contains ~all test parts we expect people to be able to build and run locally.
5
6
+// FIXME(jieyouxu): keeping unused imports here before all test steps are properly split out.
7
+#![expect(unused_imports)]
8
+
9
use std::collections::HashSet;
10
use std::ffi::{OsStr, OsString};
11
use std::path::{Path, PathBuf};
0 commit comments