diff options
| author | Sébastien Marie <semarie@online.fr> | 2018-07-15 09:58:58 +0200 |
|---|---|---|
| committer | Sébastien Marie <semarie@online.fr> | 2018-07-15 09:58:58 +0200 |
| commit | 7e7c21492f257d688f08c19b206224198c93e6ae (patch) | |
| tree | e665c0ec28d2a00b1b3fe8d413c6cbb001e6bae3 /src/bootstrap | |
| parent | 3f7ef2d7335a29531f3499c1b942537c12809f04 (diff) | |
tidy: avoid long line
Diffstat (limited to 'src/bootstrap')
| -rw-r--r-- | src/bootstrap/dist.rs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/bootstrap/dist.rs b/src/bootstrap/dist.rs index 4bfd89e90e6..7b4808ef018 100644 --- a/src/bootstrap/dist.rs +++ b/src/bootstrap/dist.rs @@ -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; } } |
