mirror of
https://github.com/rust-lang/rust.git
synced 2024-12-02 03:33:59 +00:00
tidy: avoid long line
This commit is contained in:
parent
3f7ef2d733
commit
7e7c21492f
@ -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;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user