aboutsummaryrefslogtreecommitdiff
path: root/azalea/build.rs
diff options
context:
space:
mode:
Diffstat (limited to 'azalea/build.rs')
-rw-r--r--azalea/build.rs3
1 files changed, 1 insertions, 2 deletions
diff --git a/azalea/build.rs b/azalea/build.rs
index cd0a16b2..faed1365 100644
--- a/azalea/build.rs
+++ b/azalea/build.rs
@@ -1,5 +1,4 @@
-use std::env;
-use std::process::Command;
+use std::{env, process::Command};
fn main() {
// If using `rustup`, check the toolchain via `RUSTUP_TOOLCHAIN`