style: set group_imports rustfmt option

This commit is contained in:
2025-03-24 16:41:16 -04:00
parent 1eca3ab5a4
commit 4da563ae0e
24 changed files with 95 additions and 63 deletions

View File

@@ -1,12 +1,13 @@
use crate::{
State,
lua::{eval, exec, reload},
};
use azalea::{brigadier::prelude::*, chat::ChatPacket, prelude::*};
use futures::lock::Mutex;
use mlua::{Function, Table};
use ncr::utils::prepend_header;
use crate::{
State,
lua::{eval, exec, reload},
};
pub type Ctx = CommandContext<Mutex<CommandSource>>;
pub struct CommandSource {