mneumann / rust-msgpack

[DEPRECATED] msgpack.org implementation for Rust language. Please use https://github.com/3Hren/msgpack-rust
121 stars 31 forks source link

Use `FnMut` where appropriate ... #38

Closed drbawb closed 9 years ago

drbawb commented 9 years ago

Not sure if this will pass travis just yet, as I just compiled my own nightly. rustc 0.13.0-dev (c0b2885ee 2014-12-18 06:41:59 +0000)

A few of the functions in trait Decoder{} were relaxed to take closures which can be called more than once. This will be necessary to fix compiler errors after updating past rust-lang/rust@22a9f250b.

See rust-lang/rust commit 1a05f95 which is part of the latest rollup.

drbawb commented 9 years ago

(Closed because PR #39 supersedes this one.)