diff options
| author | Brian Anderson <banderson@mozilla.com> | 2014-05-20 10:40:14 -0700 |
|---|---|---|
| committer | Brian Anderson <banderson@mozilla.com> | 2014-05-20 10:40:14 -0700 |
| commit | 26e4680ae52bb98517cff07ff89446c5010db01e (patch) | |
| tree | 94be37dff034ee9f478da65c07741dfcf282ce81 /src/libcore/lib.rs | |
| parent | 1b8deb293eed8a364c11005a535c0164e744ab68 (diff) | |
| download | rust-26e4680ae52bb98517cff07ff89446c5010db01e.tar.gz rust-26e4680ae52bb98517cff07ff89446c5010db01e.zip | |
core: Convert TODOs to FIXMEs
Diffstat (limited to 'src/libcore/lib.rs')
| -rw-r--r-- | src/libcore/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
