Skip to content

Commit b7c339d

Browse files
brsonalexcrichton
authored andcommitted
---
yaml --- r: 109325 b: refs/heads/dist-snap c: 218461d h: refs/heads/master i: 109323: a03348a v: v3
1 parent ae3033a commit b7c339d

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
@@ -6,7 +6,7 @@ refs/heads/try: f64fdf524a434f0e5cd0bc91d09c144723f3c90d
66
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
77
refs/heads/ndm: f3868061cd7988080c30d6d5bf352a5a5fe2460b
88
refs/heads/try2: 147ecfdd8221e4a4d4e090486829a06da1e0ca3c
9-
refs/heads/dist-snap: 5163a26d30c1fcbdee939c93cc19a41cc5dbcaf8
9+
refs/heads/dist-snap: 218461d01049242e3544337055b7f6d06943344b
1010
refs/tags/release-0.2: c870d2dffb391e14efb05aa27898f1f6333a9596
1111
refs/tags/release-0.3: b5f0d0f648d9a6153664837026ba1be43d3e2503
1212
refs/heads/try3: 9387340aab40a73e8424c48fd42f0c521a4875c0

branches/dist-snap/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)