Skip to content

Commit

Permalink
Whoops
Browse files Browse the repository at this point in the history
Co-authored-by: Taiki Endo <[email protected]>
  • Loading branch information
james7132 and taiki-e authored Apr 13, 2024
1 parent 579b3c5 commit 64d0c72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ impl<T> ConcurrentQueue<T> {
}

const_fn!(
const_if: #[cfg(loom)];
const_if: #[cfg(not(loom))];
/// Creates a new unbounded queue.
///
/// # Examples
Expand Down

0 comments on commit 64d0c72

Please sign in to comment.