Skip to content

Commit a82de17

Browse files
committed
Fixed formatting with rustfmt
1 parent 18c604f commit a82de17

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/cargo/core/compiler/custom_build.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -514,7 +514,7 @@ impl BuildOutput {
514514
.split(|c: char| c.is_whitespace())
515515
.filter(|w| w.chars().any(|c| !c.is_whitespace()));
516516
let (mut library_paths, mut library_links) = (Vec::new(), Vec::new());
517-
517+
518518
while let Some(flag) = flags_iter.next() {
519519
if flag.starts_with("-l") || flag.starts_with("-L") {
520520
// Check if this flag has no space before the value as is
@@ -528,7 +528,7 @@ impl BuildOutput {
528528
"Flag in rustc-flags has no value in {}: {}",
529529
whence,
530530
value
531-
}
531+
},
532532
}
533533
}
534534

0 commit comments

Comments
 (0)