Skip to content

Commit ff96849

Browse files
committed
formatting
1 parent 2761acb commit ff96849

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

src/docbuilder/metadata.rs

-1
Original file line numberDiff line numberDiff line change
@@ -316,6 +316,5 @@ mod test {
316316
assert_eq!(default, "i686-apple-darwin");
317317
let tier_one_targets_no_default: Vec<_> = TARGETS.iter().filter(|&&t| t != "i686-apple-darwin").copied().collect();
318318
assert_eq!(others, tier_one_targets_no_default);
319-
320319
}
321320
}

src/docbuilder/rustwide_builder.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -491,7 +491,7 @@ impl RustwideBuilder {
491491
// However, if this is the default build, we don't want it there,
492492
// we want it in `target/doc`.
493493
if target != HOST_TARGET && is_default_target {
494-
// mv target/target/doc target/doc
494+
// mv target/$target/doc target/doc
495495
let target_dir = build.host_target_dir();
496496
let old_dir = target_dir.join(target).join("doc");
497497
let new_dir = target_dir.join("doc");

0 commit comments

Comments
 (0)