From 26e4680ae52bb98517cff07ff89446c5010db01e Mon Sep 17 00:00:00 2001 From: Brian Anderson Date: Tue, 20 May 2014 10:40:14 -0700 Subject: core: Convert TODOs to FIXMEs --- src/libcore/cell.rs | 8 ++++---- src/libcore/lib.rs | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) (limited to 'src/libcore') diff --git a/src/libcore/cell.rs b/src/libcore/cell.rs index c5af72f9ccf..08e2eb040b4 100644 --- a/src/libcore/cell.rs +++ b/src/libcore/cell.rs @@ -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; diff --git a/src/libcore/lib.rs b/src/libcore/lib.rs index b7cfddbde90..516aad4f68f 100644 --- a/src/libcore/lib.rs +++ b/src/libcore/lib.rs @@ -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 -- cgit 1.4.1-3-g733a5