Skip to content

Commit f02e9a1

Browse files
committed
Arc needs atomics.
1 parent 0c1e1c0 commit f02e9a1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/pool.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@
5454
5555
mod treiber;
5656

57+
#[cfg(any(feature = "portable-atomic", target_has_atomic = "ptr"))]
5758
pub mod arc;
5859
pub mod boxed;
5960
pub mod object;

0 commit comments

Comments
 (0)