Skip to content

Commit b9f1385

Browse files
committed
---
yaml --- r: 3781 b: refs/heads/master c: 18ebef5 h: refs/heads/master i: 3779: 9474df5 v: v3
1 parent d1b8761 commit b9f1385

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
---
2-
refs/heads/master: 4008cad044601a889c282a859a96c480cc530777
2+
refs/heads/master: 18ebef5bbadac330dcb350a072bb864231c3e920

trunk/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)