There was an error while loading. Please reload this page.
1 parent beb7b93 commit abd54d8Copy full SHA for abd54d8
1 file changed
wgpu-sync/src/lib.rs
@@ -9,8 +9,6 @@
9
10
//! Provides [`Mutex`] and [`RwLock`] types with an appropriate implementation.
11
12
-// alloc and std aren't directly used by this crate, but we reserve features
13
-// for them and ensure the respective crates and linked to allow future usage.
14
#[cfg(feature = "alloc")]
15
extern crate alloc;
16
#[cfg(feature = "std")]
0 commit comments