]> git.lizzy.rs Git - rust.git/blobdiff - build.rs
travis: base-tests: share CARGO_TARGET_DIR between check runs of subcrates to avoid...
[rust.git] / build.rs
index 336f0295bdf6fc9fda9b593a69bf22cdf6fb7dbf..22a6910f167a4d74f519817053443de1692c2d0b 100644 (file)
--- a/build.rs
+++ b/build.rs
@@ -7,7 +7,6 @@
 // option. This file may not be copied, modified, or distributed
 // except according to those terms.
 
-
 fn main() {
     // Forward the profile to the main compilation
     println!("cargo:rustc-env=PROFILE={}", std::env::var("PROFILE").unwrap());