diff options
| -rw-r--r-- | build.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/build.rs b/build.rs index 336f0295bdf..22a6910f167 100644 --- 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()); |
