From 37b124a2b65a8a90b8f72b76b26e22d712ad944e Mon Sep 17 00:00:00 2001 From: mat Date: Sat, 2 Aug 2025 08:52:39 +0800 Subject: upgrade deps --- azalea-brigadier/src/context/context_chain.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'azalea-brigadier/src/context') diff --git a/azalea-brigadier/src/context/context_chain.rs b/azalea-brigadier/src/context/context_chain.rs index afafe957..8ad5b320 100644 --- a/azalea-brigadier/src/context/context_chain.rs +++ b/azalea-brigadier/src/context/context_chain.rs @@ -89,7 +89,7 @@ impl ContextChain { pub fn execute_all( &self, source: Arc, - result_consumer: &(dyn ResultConsumer), + result_consumer: &dyn ResultConsumer, ) -> Result { if self.modifiers.is_empty() { return self.run_executable(self.executable.clone(), source, result_consumer, false); -- cgit v1.2.3