Skip to content

Commit fcfe4d1

Browse files
committed
Comment nit
1 parent 15a77ef commit fcfe4d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui_test/src/dependencies.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ pub fn build_dependencies(config: &Config) -> Result<Vec<(String, PathBuf)>> {
1818
};
1919
let mut build = Command::new(program);
2020

21-
// Avoid poisoning the sysroot and causing unnecessary rebuilds.
21+
// Avoid poisoning the target directory and causing unnecessary rebuilds.
2222
build.env_remove("RUSTFLAGS");
2323

2424
build.envs(envs.iter().map(|(k, v)| (k, v)));

0 commit comments

Comments
 (0)