Skip to content

Commit 18ebef5

Browse files
committed
stdlib: Remove FIXME that's more like a WONTFIX
1 parent 4008cad commit 18ebef5

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/lib/ioivec.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -395,9 +395,6 @@ obj byte_buf_writer(mutable_byte_buf buf) {
395395
// Fast path.
396396

397397
if (buf.pos == ivec::len(buf.buf)) {
398-
// FIXME: Fix our type system. There's no reason you shouldn't be
399-
// able to add a mutable vector to an immutable one.
400-
401398
for (u8 b in v) { buf.buf += ~[mutable b]; }
402399
buf.pos += ivec::len[u8](v);
403400
ret;

0 commit comments

Comments
 (0)