mirror of
https://github.com/gfx-rs/wgpu.git
synced 2026-04-22 03:02:01 -04:00
Remove duplicate line in mod.rs (#2223)
This commit is contained in:
committed by
GitHub
parent
62b036b55b
commit
1b1c826ac7
@@ -6,7 +6,6 @@ pub(crate) use web::{BufferMappedRange, Context};
|
||||
#[cfg(any(not(target_arch = "wasm32"), feature = "webgl"))]
|
||||
mod direct;
|
||||
#[cfg(any(not(target_arch = "wasm32"), feature = "webgl"))]
|
||||
#[cfg(any(not(target_arch = "wasm32"), feature = "webgl"))]
|
||||
pub(crate) use direct::{BufferMappedRange, Context};
|
||||
|
||||
#[cfg(any(not(target_arch = "wasm32"), feature = "webgl"))]
|
||||
|
||||
Reference in New Issue
Block a user