We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1b8761 commit b9f1385Copy full SHA for b9f1385
[refs]
@@ -1,2 +1,2 @@
1
---
2
-refs/heads/master: 4008cad044601a889c282a859a96c480cc530777
+refs/heads/master: 18ebef5bbadac330dcb350a072bb864231c3e920
trunk/src/lib/ioivec.rs
@@ -395,9 +395,6 @@ obj byte_buf_writer(mutable_byte_buf buf) {
395
// Fast path.
396
397
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
-
401
for (u8 b in v) { buf.buf += ~[mutable b]; }
402
buf.pos += ivec::len[u8](v);
403
ret;
0 commit comments