Skip to content

Commit b7e4b88

Browse files
committed
Noting that json.rs provides parsing as well
1 parent 68a32aa commit b7e4b88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libextra/json.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
#[forbid(non_camel_case_types)];
1515
#[allow(missing_doc)];
1616

17-
//! json serialization
17+
//! json parsing and serialization
1818
1919
use std::iterator;
2020
use std::float;

0 commit comments

Comments
 (0)