We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1128b62 commit 72f2ce9Copy full SHA for 72f2ce9
build.rs
@@ -41,8 +41,8 @@ fn can_compile<T: AsRef<str>>(test: T) -> bool {
41
let rustc = var("RUSTC").unwrap();
42
let target = var("TARGET").unwrap();
43
44
- // Use `RUSTC_WRAPPER` if it's set, unless it's set to an empty string,
45
- // as documented [here].
+ // Use `RUSTC_WRAPPER` if it's set, unless it's set to an empty string, as
+ // documented [here].
46
// [here]: https://doc.rust-lang.org/cargo/reference/environment-variables.html#environment-variables-cargo-reads
47
let wrapper = var("RUSTC_WRAPPER")
48
.ok()
0 commit comments