Skip to content

Commit be5db01

Browse files
Fix linter fr fr
1 parent b8775d2 commit be5db01

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

clippy.toml

Lines changed: 0 additions & 2 deletions
This file was deleted.

src/client/terrain/systems.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ pub fn setup_world_system(
3232
chunk_manager.insert_chunks(chunks);
3333
}
3434

35+
#[allow(clippy::too_many_arguments)]
3536
pub fn handle_chunk_mesh_update_events(
3637
mut commands: Commands,
3738
asset_server: Res<AssetServer>,

0 commit comments

Comments
 (0)