]> git.lizzy.rs Git - rust.git/commit
auto merge of #6201 : pcwalton/rust/inhtwama-serializer, r=graydon
authorbors <bors@rust-lang.org>
Fri, 3 May 2013 03:39:36 +0000 (20:39 -0700)
committerbors <bors@rust-lang.org>
Fri, 3 May 2013 03:39:36 +0000 (20:39 -0700)
commitb37a685958a99ae37eef4e8bf7e8498ea7b698c1
tree0500311b3c436c860a5fe622a9b8e171963d2e07
parentbaa1c1834f608c8c789db6d2495626ff9d28dd96
parentdc5df61bc1914224d50d92cdd5599b6337ac68f2
auto merge of #6201 : pcwalton/rust/inhtwama-serializer, r=graydon

This PR removes mutable fields from the serializer and makes the encoder and decoder use INHTWAMA properly (i.e. `&mut self`).

r? @graydon