gfx-rs / wgpu

A cross-platform, safe, pure-Rust graphics API.
https://wgpu.rs
Apache License 2.0
12.75k stars 935 forks source link

Remove unused enum variants #6550

Closed teoxoy closed 1 week ago

teoxoy commented 1 week ago

It was quite fast actually, I replaced all pub enum with pub(crate) enum and ran cargo check -p wgpu-core.

teoxoy commented 1 week ago

I doubt anyone matches on these variants even if they are pub.