diff options
Diffstat (limited to 'azalea-world/src')
| -rw-r--r-- | azalea-world/src/palette/container.rs | 2 |
1 files changed, 1 insertions, 1 deletions
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<S: PalletedContainerKind> PalettedContainer<S> { 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(), )); } }; |
