Remove duplicate line in mod.rs (#2223)

This commit is contained in:
Aleksander Guryanov
2021-11-29 20:34:15 +07:00
committed by GitHub
parent 62b036b55b
commit 1b1c826ac7

View File

@@ -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"))]