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-world/src/palette/container.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'azalea-world/src') diff --git a/azalea-world/src/palette/container.rs b/azalea-world/src/palette/container.rs index a10c5d78..a6c7454b 100644 --- a/azalea-world/src/palette/container.rs +++ b/azalea-world/src/palette/container.rs @@ -134,7 +134,7 @@ impl PalettedContainer { Err(e) => { warn!("Failed to create bit storage: {:?}", e); return Err(BufReadError::Custom( - "Failed to create bit storage".to_string(), + "Failed to create bit storage".to_owned(), )); } }; -- cgit v1.2.3