diff options
| author | Austin King <shout@ozten.com> | 2013-07-14 18:26:45 -0700 |
|---|---|---|
| committer | Austin King <shout@ozten.com> | 2013-07-14 18:26:45 -0700 |
| commit | b7e4b88c4a4bdb33cb70283511d6fa27ce6eabf0 (patch) | |
| tree | 6ea9482abe7c87311d23794e2eaaec12d3c9b677 | |
| parent | 68a32aad1ab60b29ebfffd7c2f8d5967371955fc (diff) | |
| download | rust-b7e4b88c4a4bdb33cb70283511d6fa27ce6eabf0.tar.gz rust-b7e4b88c4a4bdb33cb70283511d6fa27ce6eabf0.zip | |
Noting that json.rs provides parsing as well
| -rw-r--r-- | src/libextra/json.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libextra/json.rs b/src/libextra/json.rs index 2f17e4a7417..00b172dda03 100644 --- a/src/libextra/json.rs +++ b/src/libextra/json.rs @@ -14,7 +14,7 @@ #[forbid(non_camel_case_types)]; #[allow(missing_doc)]; -//! json serialization +//! json parsing and serialization use std::iterator; use std::float; |
