Skip to content

Commit d87cd91

Browse files
committed
Use correct feature name for dispatch
The feature used to be called `dispatch-queue` but was renamed to `dispatch`, so this updates the module to match
1 parent 2094924 commit d87cd91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sync.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ use super::*;
99
use block::{Block, RcBlock};
1010
use std::ptr;
1111

12-
#[cfg(feature = "dispatch_queue")]
12+
#[cfg(feature = "dispatch")]
1313
use dispatch;
1414

1515
/// See <https://developer.apple.com/documentation/metal/mtlsharedeventnotificationblock>

0 commit comments

Comments
 (0)