]> git.lizzy.rs Git - rust.git/commit
don't ignore errors in encode and allow hashmaps with enum keys
authorOliver Schneider <git1984941651981@oli-obk.de>
Fri, 23 Jan 2015 09:52:58 +0000 (10:52 +0100)
committerOliver Schneider <git1984941651981@oli-obk.de>
Mon, 26 Jan 2015 15:27:28 +0000 (16:27 +0100)
commit85b80aa1e1c69f0ee22c93e7126f96ab7182377a
treead7c59072ccd430aac8c50209ad56a18abddbdf1
parent59dcba5d14e5eada0a5e7eb0cad5efc7acd1d0e3
don't ignore errors in encode and allow hashmaps with enum keys

closes #21470 on main rust repository
was fixed on rust-lang/rustc-serialize (see https://github.com/rust-lang/rustc-serialize/pull/32)
src/libserialize/json.rs