auto merge of #7792 : ozten/rust/master, r=huonw

Minor tweak, but I was confused when first digging into json.rs docs.

I think it's clearer to say the module provides parsing and serialization.
This commit is contained in:
bors 2013-07-14 18:58:19 -07:00
commit db438ad786
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@
#[forbid(non_camel_case_types)];
#[allow(missing_doc)];
//! json serialization
//! json parsing and serialization
use std::iterator;
use std::float;