Noting that json.rs provides parsing as well
This commit is contained in:
parent
68a32aad1a
commit
b7e4b88c4a
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@
|
|||
#[forbid(non_camel_case_types)];
|
||||
#[allow(missing_doc)];
|
||||
|
||||
//! json serialization
|
||||
//! json parsing and serialization
|
||||
|
||||
use std::iterator;
|
||||
use std::float;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue