Skip to content

Commit

Permalink
remove unused destructured parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
Tristramg committed Feb 25, 2023
1 parent 6919f3d commit a3223eb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions maplibre/src/render/systems/upload_system.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,8 @@ use crate::{
pub fn upload_system(
MapContext {
world,
style,
view_state,
renderer: Renderer { device, queue, .. },
renderer: Renderer { queue, .. },
..
}: &mut MapContext,
) {
Expand Down

0 comments on commit a3223eb

Please sign in to comment.