Skip to content

Commit 72f2ce9

Browse files
committed
Comment formatting.
1 parent 1128b62 commit 72f2ce9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@ fn can_compile<T: AsRef<str>>(test: T) -> bool {
4141
let rustc = var("RUSTC").unwrap();
4242
let target = var("TARGET").unwrap();
4343

44-
// Use `RUSTC_WRAPPER` if it's set, unless it's set to an empty string,
45-
// as documented [here].
44+
// Use `RUSTC_WRAPPER` if it's set, unless it's set to an empty string, as
45+
// documented [here].
4646
// [here]: https://doc.rust-lang.org/cargo/reference/environment-variables.html#environment-variables-cargo-reads
4747
let wrapper = var("RUSTC_WRAPPER")
4848
.ok()

0 commit comments

Comments
 (0)