diff options
| author | varkor <github@varkor.com> | 2018-01-07 12:03:24 +0000 |
|---|---|---|
| committer | varkor <github@varkor.com> | 2018-01-29 11:08:06 +0000 |
| commit | ba76092c2ef771f4b4463ec5e879f12194e59ec5 (patch) | |
| tree | fadf300b402c1ae5031e75c20415e4102b501d0d | |
| parent | 45e962ecc023749fed2bb926c3386059c8e1407a (diff) | |
Fix tidy error
| -rw-r--r-- | src/librustc_driver/driver.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/librustc_driver/driver.rs b/src/librustc_driver/driver.rs index a8ba795845f..4fe51138f9a 100644 --- a/src/librustc_driver/driver.rs +++ b/src/librustc_driver/driver.rs @@ -141,7 +141,7 @@ pub fn compile_input(trans: Box<TransCrate>, } )? }; - + let output_paths = generated_output_paths(sess, &outputs, &crate_name); // Ensure the source file isn't accidentally overwritten during compilation. |
