Skip to content

Commit

Permalink
Use correct feature name for dispatch
Browse files Browse the repository at this point in the history
The feature used to be called `dispatch-queue` but was renamed to `dispatch`, so this updates the module to match
  • Loading branch information
grovesNL committed May 23, 2024
1 parent 2094924 commit d87cd91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sync.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ use super::*;
use block::{Block, RcBlock};
use std::ptr;

#[cfg(feature = "dispatch_queue")]
#[cfg(feature = "dispatch")]
use dispatch;

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

0 comments on commit d87cd91

Please sign in to comment.