Skip to content

Commit

Permalink
tidy: avoid long line
Browse files Browse the repository at this point in the history
  • Loading branch information
semarie committed Jul 15, 2018
1 parent 3f7ef2d commit 7e7c214
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/bootstrap/dist.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1910,7 +1910,8 @@ impl Step for LlvmTools {
/* run only if llvm-config isn't used */
if let Some(config) = builder.config.target_config.get(&target) {
if let Some(ref _s) = config.llvm_config {
builder.info(&format!("Skipping LlvmTools stage{} ({}): external LLVM", stage, target));
builder.info(&format!("Skipping LlvmTools stage{} ({}): external LLVM",
stage, target));
return None;
}
}
Expand Down

0 comments on commit 7e7c214

Please sign in to comment.