We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 68a32aa + b7e4b88 commit db438adCopy full SHA for db438ad
src/libextra/json.rs
@@ -14,7 +14,7 @@
14
#[forbid(non_camel_case_types)];
15
#[allow(missing_doc)];
16
17
-//! json serialization
+//! json parsing and serialization
18
19
use std::iterator;
20
use std::float;
0 commit comments