Closed teoxoy closed 1 week ago
It was quite fast actually, I replaced all pub enum with pub(crate) enum and ran cargo check -p wgpu-core.
pub enum
pub(crate) enum
cargo check -p wgpu-core
I doubt anyone matches on these variants even if they are pub.
It was quite fast actually, I replaced all
pub enum
withpub(crate) enum
and rancargo check -p wgpu-core
.