From ca70e5e321a3c174c53d0650feed84db471ac30d Mon Sep 17 00:00:00 2001 From: mat Date: Thu, 11 Dec 2025 23:21:42 -1030 Subject: enable str_to_string clippy lint --- azalea-brigadier/src/errors/command_syntax_error.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'azalea-brigadier/src/errors/command_syntax_error.rs') diff --git a/azalea-brigadier/src/errors/command_syntax_error.rs b/azalea-brigadier/src/errors/command_syntax_error.rs index a476fec4..fd97b050 100644 --- a/azalea-brigadier/src/errors/command_syntax_error.rs +++ b/azalea-brigadier/src/errors/command_syntax_error.rs @@ -20,7 +20,7 @@ impl CommandSyntaxError { Self { kind, message, - input: Some(input.to_string()), + input: Some(input.to_owned()), cursor: Some(cursor), } } -- cgit v1.2.3