File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed 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