Skip to content

Commit 4e47484

Browse files
authored
Fix clippy 1.58 lints (#515)
1 parent c47c564 commit 4e47484

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

feather/base/src/anvil/level.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ impl LevelData {
164164
match self.generator_name.to_lowercase().as_str() {
165165
"default" => LevelGeneratorType::Default,
166166
"flat" => LevelGeneratorType::Flat,
167-
"largeBiomes" => LevelGeneratorType::LargeBiomes,
167+
"largebiomes" => LevelGeneratorType::LargeBiomes,
168168
"amplified" => LevelGeneratorType::Amplified,
169169
"buffet" => LevelGeneratorType::Buffet,
170170
"debug_all_block_states" => LevelGeneratorType::Debug,

0 commit comments

Comments
 (0)