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 7a14e96 commit 48651cfCopy full SHA for 48651cf
[refs]
@@ -1,5 +1,5 @@
1
---
2
-refs/heads/master: 1a8a901f8696c35b86631ba01637bcafaf2614b1
+refs/heads/master: 339946cf2fa4510bfd15a8a9014477ede77d8134
3
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4
refs/heads/snap-stage3: b6400f998497c3958f40997a71756ead344a776d
5
refs/heads/try: c274a6888410ce3e357e014568b43310ed787d36
trunk/src/libextra/json.rs
@@ -306,7 +306,7 @@ impl<'a> Encoder<'a> {
306
let mut encoder = Encoder::new(&mut m as &mut io::Writer);
307
to_encode_object.encode(&mut encoder);
308
}
309
- m.inner()
+ m.unwrap()
310
311
312
/// Encode the specified struct into a json str
0 commit comments