Skip to content

Commit 60669a9

Browse files
committed
typo fix and format check
cargo fmt --check
1 parent a69d8bb commit 60669a9

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/lib.rs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1802,7 +1802,10 @@ impl Build {
18021802

18031803
if compiler.supports_path_delimiter()
18041804
&& !is_assembler_msvc
1805-
&& matches!(compiler.family, ToolFamily::Clang { zig_cc: false } | ToolFamilt::Msvc { clang_cl: true })
1805+
&& matches!(
1806+
compiler.family,
1807+
ToolFamily::Clang { zig_cc: false } | ToolFamily::Msvc { clang_cl: true }
1808+
)
18061809
{
18071810
// #513: For `clang-cl`, separate flags/options from the input file.
18081811
// When cross-compiling macOS -> Windows, this avoids interpreting

0 commit comments

Comments
 (0)