diff options
| author | Patrick Walton <pcwalton@mimiga.net> | 2011-07-10 15:35:06 -0700 |
|---|---|---|
| committer | Patrick Walton <pcwalton@mimiga.net> | 2011-07-10 15:35:06 -0700 |
| commit | 18ebef5bbadac330dcb350a072bb864231c3e920 (patch) | |
| tree | e11d20682e4bbec0f0d41c1c876f5c38e62ce524 | |
| parent | 4008cad044601a889c282a859a96c480cc530777 (diff) | |
| download | rust-18ebef5bbadac330dcb350a072bb864231c3e920.tar.gz rust-18ebef5bbadac330dcb350a072bb864231c3e920.zip | |
stdlib: Remove FIXME that's more like a WONTFIX
| -rw-r--r-- | src/lib/ioivec.rs | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/lib/ioivec.rs b/src/lib/ioivec.rs index 2db223b4ea9..690475b53b3 100644 --- a/src/lib/ioivec.rs +++ b/src/lib/ioivec.rs @@ -395,9 +395,6 @@ obj byte_buf_writer(mutable_byte_buf buf) { // Fast path. if (buf.pos == ivec::len(buf.buf)) { - // FIXME: Fix our type system. There's no reason you shouldn't be - // able to add a mutable vector to an immutable one. - for (u8 b in v) { buf.buf += ~[mutable b]; } buf.pos += ivec::len[u8](v); ret; |
