File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
---
2
- refs/heads/master: 1b8deb293eed8a364c11005a535c0164e744ab68
2
+ refs/heads/master: 26e4680ae52bb98517cff07ff89446c5010db01e
3
3
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4
4
refs/heads/snap-stage3: ec0258a381b88b5574e3f8ce72ae553ac3a574b7
5
5
refs/heads/try: 7c6c492fb2af9a85f21ff952942df3523b22fd17
Original file line number Diff line number Diff line change 155
155
//! }
156
156
//! ```
157
157
//!
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
162
162
163
163
use clone:: Clone ;
164
164
use cmp:: Eq ;
Original file line number Diff line number Diff line change 28
28
//!
29
29
//! # How to use the core library
30
30
//!
31
- // TODO : Fill me in with more detail when the interface settles
31
+ // FIXME : Fill me in with more detail when the interface settles
32
32
//! This library is built on the assumption of a few existing symbols:
33
33
//!
34
34
//! * `memcpy`, `memcmp`, `memset` - These are core memory routines which are
You can’t perform that action at this time.
0 commit comments