We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68a32aa commit b7e4b88Copy full SHA for b7e4b88
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