Skip to content

Commit

Permalink
Remove unused re-export
Browse files Browse the repository at this point in the history
Rust 1.74.1 didn't warn that this is unused, but 1.75.0 does.
  • Loading branch information
hannobraun committed Jan 3, 2024
1 parent 6f8163e commit 991880d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/fj-viewer/src/graphics/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ mod vertices;
pub use self::{
device::DeviceError,
draw_config::DrawConfig,
renderer::{DrawError, Renderer, RendererInitError},
renderer::{Renderer, RendererInitError},
};

pub const DEPTH_FORMAT: wgpu::TextureFormat = wgpu::TextureFormat::Depth32Float;
Expand Down

0 comments on commit 991880d

Please sign in to comment.