Skip to content

Commit ea83cec

Browse files
committed
---
yaml --- r: 114325 b: refs/heads/master c: 26e4680 h: refs/heads/master i: 114323: 1ca573c v: v3
1 parent 9da0e1b commit ea83cec

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
refs/heads/master: 1b8deb293eed8a364c11005a535c0164e744ab68
2+
refs/heads/master: 26e4680ae52bb98517cff07ff89446c5010db01e
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: ec0258a381b88b5574e3f8ce72ae553ac3a574b7
55
refs/heads/try: 7c6c492fb2af9a85f21ff952942df3523b22fd17

trunk/src/libcore/cell.rs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -155,10 +155,10 @@
155155
//! }
156156
//! ```
157157
//!
158-
// TODO: Explain difference between Cell and RefCell
159-
// TODO: Downsides to interior mutability
160-
// TODO: Can't be shared between threads. Dynamic borrows
161-
// TODO: Relationship to Atomic types and RWLock
158+
// FIXME: Explain difference between Cell and RefCell
159+
// FIXME: Downsides to interior mutability
160+
// FIXME: Can't be shared between threads. Dynamic borrows
161+
// FIXME: Relationship to Atomic types and RWLock
162162

163163
use clone::Clone;
164164
use cmp::Eq;

trunk/src/libcore/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
//!
2929
//! # How to use the core library
3030
//!
31-
// TODO: Fill me in with more detail when the interface settles
31+
// FIXME: Fill me in with more detail when the interface settles
3232
//! This library is built on the assumption of a few existing symbols:
3333
//!
3434
//! * `memcpy`, `memcmp`, `memset` - These are core memory routines which are

0 commit comments

Comments
 (0)