extra::json: add documentation and examples
This commit is contained in:
parent
1a8a901f86
commit
339946cf2f
1 changed files with 1 additions and 1 deletions
|
@ -306,7 +306,7 @@ impl<'a> Encoder<'a> {
|
|||
let mut encoder = Encoder::new(&mut m as &mut io::Writer);
|
||||
to_encode_object.encode(&mut encoder);
|
||||
}
|
||||
m.inner()
|
||||
m.unwrap()
|
||||
}
|
||||
|
||||
/// Encode the specified struct into a json str
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue