aboutsummaryrefslogtreecommitdiff
path: root/azalea/build.rs
diff options
context:
space:
mode:
authormat <git@matdoes.dev>2025-05-30 14:44:48 -1300
committermat <git@matdoes.dev>2025-05-30 14:44:48 -1300
commite37524899eef8a0034faee35cef4bbf1ba779a7d (patch)
tree5afe343086db2a9ebc78fe0a6987b9325286cc66 /azalea/build.rs
parentae4b1e85e669bc882d158509ef1eda46c6b2a72e (diff)
downloadazalea-drasl-e37524899eef8a0034faee35cef4bbf1ba779a7d.tar.xz
formatting: merge imports
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`