diff options
| author | Salem Talha <salem.a.talha@gmail.com> | 2014-01-26 03:43:42 -0500 | 
|---|---|---|
| committer | Salem Talha <salem.a.talha@gmail.com> | 2014-01-26 14:42:53 -0500 | 
| commit | cc61fc09945aeec6fc71a07e91b8610fa71f6425 (patch) | |
| tree | 28b2a4a2742d0f8fa29c19bca7b6f35f441a7a2a /src/libstd/io/extensions.rs | |
| parent | 838b5a4cc072057f31453cdd1b50345f92e1a772 (diff) | |
| download | rust-cc61fc09945aeec6fc71a07e91b8610fa71f6425.tar.gz rust-cc61fc09945aeec6fc71a07e91b8610fa71f6425.zip | |
Removed all instances of XXX in preparation for relaxing of FIXME rule
Diffstat (limited to 'src/libstd/io/extensions.rs')
| -rw-r--r-- | src/libstd/io/extensions.rs | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/src/libstd/io/extensions.rs b/src/libstd/io/extensions.rs index 6a9da944f8b..26e0a0d09ad 100644 --- a/src/libstd/io/extensions.rs +++ b/src/libstd/io/extensions.rs @@ -10,8 +10,8 @@ //! Utility mixins that apply to all Readers and Writers -// XXX: Not sure how this should be structured -// XXX: Iteration should probably be considered separately +// FIXME: Not sure how this should be structured +// FIXME: Iteration should probably be considered separately use container::Container; use iter::Iterator; | 
