tidy: avoid long line

This commit is contained in:
Sébastien Marie 2018-07-15 09:58:58 +02:00
parent 3f7ef2d733
commit 7e7c21492f
1 changed files with 2 additions and 1 deletions

View File

@ -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;
}
}