core: Convert TODOs to FIXMEs

This commit is contained in:
Brian Anderson 2014-05-20 10:40:14 -07:00
parent 1b8deb293e
commit 26e4680ae5
2 changed files with 5 additions and 5 deletions

View File

@ -155,10 +155,10 @@
//! }
//! ```
//!
// TODO: Explain difference between Cell and RefCell
// TODO: Downsides to interior mutability
// TODO: Can't be shared between threads. Dynamic borrows
// TODO: Relationship to Atomic types and RWLock
// FIXME: Explain difference between Cell and RefCell
// FIXME: Downsides to interior mutability
// FIXME: Can't be shared between threads. Dynamic borrows
// FIXME: Relationship to Atomic types and RWLock
use clone::Clone;
use cmp::Eq;

View File

@ -28,7 +28,7 @@
//!
//! # How to use the core library
//!
// TODO: Fill me in with more detail when the interface settles
// FIXME: Fill me in with more detail when the interface settles
//! This library is built on the assumption of a few existing symbols:
//!
//! * `memcpy`, `memcmp`, `memset` - These are core memory routines which are