From e37524899eef8a0034faee35cef4bbf1ba779a7d Mon Sep 17 00:00:00 2001 From: mat Date: Fri, 30 May 2025 14:44:48 -1300 Subject: formatting: merge imports --- azalea/build.rs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'azalea/build.rs') 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` -- cgit v1.2.3