File tree Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -197,11 +197,7 @@ macro_rules! acquire {
197197///
198198/// Sharing some immutable data between threads:
199199///
200- // Note that we **do not** run these tests here. The windows builders get super
201- // unhappy if a thread outlives the main thread and then exits at the same time
202- // (something deadlocks) so we just avoid this entirely by not running these
203- // tests.
204- /// ```no_run
200+ /// ```
205201/// use std::sync::Arc;
206202/// use std::thread;
207203///
@@ -220,7 +216,7 @@ macro_rules! acquire {
220216///
221217/// [`AtomicUsize`]: core::sync::atomic::AtomicUsize "sync::atomic::AtomicUsize"
222218///
223- /// ```no_run
219+ /// ```
224220/// use std::sync::Arc;
225221/// use std::sync::atomic::{AtomicUsize, Ordering};
226222/// use std::thread;
You can’t perform that action at this time.
0 commit comments