Skip to content

Commit abd54d8

Browse files
committed
wgpu-sync: remove outdated comment
1 parent beb7b93 commit abd54d8

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

wgpu-sync/src/lib.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@
99

1010
//! Provides [`Mutex`] and [`RwLock`] types with an appropriate implementation.
1111
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.
1412
#[cfg(feature = "alloc")]
1513
extern crate alloc;
1614
#[cfg(feature = "std")]

0 commit comments

Comments
 (0)