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-protocol/src/connect.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'azalea-protocol/src/connect.rs') diff --git a/azalea-protocol/src/connect.rs b/azalea-protocol/src/connect.rs index 85fc643e..e6a7142d 100644 --- a/azalea-protocol/src/connect.rs +++ b/azalea-protocol/src/connect.rs @@ -99,7 +99,7 @@ pub struct WriteConnection { /// /// // login /// conn.write(ServerboundHello { -/// name: "bot".to_string(), +/// name: "bot".to_owned(), /// profile_id: uuid::Uuid::nil(), /// }) /// .await?; -- cgit v1.2.3