Skip to content

Commit 488e956

Browse files
committed
Add temporary #[expect(unused_imports)] to help splitting
1 parent 8b27aa0 commit 488e956

File tree

1 file changed

+3
-0
lines changed
  • src/bootstrap/src/core/build_steps/test

1 file changed

+3
-0
lines changed

src/bootstrap/src/core/build_steps/test/mod.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
//! `./x.py test` (aka [`Kind::Test`]) is currently allowed to reach build steps in other modules.
44
//! However, this contains ~all test parts we expect people to be able to build and run locally.
55
6+
// FIXME(jieyouxu): keeping unused imports here before all test steps are properly split out.
7+
#![expect(unused_imports)]
8+
69
use std::collections::HashSet;
710
use std::ffi::{OsStr, OsString};
811
use std::path::{Path, PathBuf};

0 commit comments

Comments
 (0)