1
Fork 0

Run rustfmt on build.rs

This commit is contained in:
flip1995 2018-11-27 21:13:26 +01:00
parent f9c0e2a4cb
commit 5c5e8cc942
No known key found for this signature in database
GPG key ID: E8E897A5870E41C2

View file

@ -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());