Skip to content

Commit 759921e

Browse files
committed
fix line length
1 parent 70f78b3 commit 759921e

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

src/libtest/lib.rs

+4-3
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,10 @@ extern crate libc;
3737
use term;
3838

3939
// FIXME(#54291): rustc and/or LLVM don't yet support building with panic-unwind
40-
// on aarch64-pc-windows-msvc, or thumbv7a-pc-windows-msvc, so we don't link libtest against
41-
// libunwind (for the time being), even though it means that
42-
// libtest won't be fully functional on these platforms.
40+
// on aarch64-pc-windows-msvc, or thumbv7a-pc-windows-msvc
41+
// so we don't link libtest against libunwind (for the time being)
42+
// even though it means that libtest won't be fully functional on
43+
// these platforms.
4344
//
4445
// See also: https://github.com/rust-lang/rust/issues/54190#issuecomment-422904437
4546
#[cfg(not(all(windows, any(target_arch = "aarch64", target_arch = "arm"))))]

0 commit comments

Comments
 (0)