Skip to content

Commit f02cd15

Browse files
brsonalexcrichton
authored andcommitted
---
yaml --- r: 105106 b: refs/heads/snap-stage3 c: 218461d h: refs/heads/master v: v3
1 parent b426c6f commit f02cd15

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
refs/heads/master: 62f1d68439dcfd509eaca29887afa97f22938373
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4-
refs/heads/snap-stage3: 5163a26d30c1fcbdee939c93cc19a41cc5dbcaf8
4+
refs/heads/snap-stage3: 218461d01049242e3544337055b7f6d06943344b
55
refs/heads/try: db814977d07bd798feb24f6b74c00800ef458a13
66
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
77
refs/heads/ndm: f3868061cd7988080c30d6d5bf352a5a5fe2460b

branches/snap-stage3/src/libstd/sync/atomics.rs

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,7 @@
3939
//!
4040
//! A simple spinlock:
4141
//!
42-
//! ```ignore
43-
//! # // FIXME: Needs PR #12430
42+
//! ```
4443
//! extern crate sync;
4544
//!
4645
//! use sync::Arc;
@@ -68,8 +67,7 @@
6867
//!
6968
//! Transferring a heap object with `AtomicOption`:
7069
//!
71-
//! ```ignore
72-
//! # // FIXME: Needs PR #12430
70+
//! ```
7371
//! extern crate sync;
7472
//!
7573
//! use sync::Arc;

0 commit comments

Comments
 (0)