diff options
| author | flip1995 <hello@philkrones.com> | 2018-11-27 21:13:26 +0100 |
|---|---|---|
| committer | flip1995 <hello@philkrones.com> | 2018-11-27 21:13:26 +0100 |
| commit | 5c5e8cc942c8ef97d19f820dc8c4fb4a9397774e (patch) | |
| tree | 6877a659badd171d7849e7297e08453d7472f878 | |
| parent | f9c0e2a4cba73539a3b005d293a230f6a36555a0 (diff) | |
| download | rust-5c5e8cc942c8ef97d19f820dc8c4fb4a9397774e.tar.gz rust-5c5e8cc942c8ef97d19f820dc8c4fb4a9397774e.zip | |
Run rustfmt on build.rs
| -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()); |
