Skip to content

Commit 991880d

Browse files
committed
Remove unused re-export
Rust 1.74.1 didn't warn that this is unused, but 1.75.0 does.
1 parent 6f8163e commit 991880d

File tree

1 file changed

+1
-1
lines changed
  • crates/fj-viewer/src/graphics

1 file changed

+1
-1
lines changed

crates/fj-viewer/src/graphics/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ mod vertices;
1717
pub use self::{
1818
device::DeviceError,
1919
draw_config::DrawConfig,
20-
renderer::{DrawError, Renderer, RendererInitError},
20+
renderer::{Renderer, RendererInitError},
2121
};
2222

2323
pub const DEPTH_FORMAT: wgpu::TextureFormat = wgpu::TextureFormat::Depth32Float;

0 commit comments

Comments
 (0)