about summary refs log tree commit diff
path: root/src/libstd
diff options
context:
space:
mode:
authorJohn Clements <clements@racket-lang.org>2013-02-11 13:36:24 -0800
committerJohn Clements <clements@racket-lang.org>2013-02-21 16:17:06 -0800
commit27b06777e6e2469cf4acee00b5702c5c7fb6d414 (patch)
tree5299b5ec41e54e2ce5fefebb33d7b4f802a05518 /src/libstd
parent4a5e8c52183a980f6c2fc63a668245d73ecac200 (diff)
downloadrust-27b06777e6e2469cf4acee00b5702c5c7fb6d414.tar.gz
rust-27b06777e6e2469cf4acee00b5702c5c7fb6d414.zip
Cleanup, commenting, trivial renaming
Diffstat (limited to 'src/libstd')
-rw-r--r--src/libstd/json.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/libstd/json.rs b/src/libstd/json.rs
index 8d0daa323ad..d16b1282c7c 100644
--- a/src/libstd/json.rs
+++ b/src/libstd/json.rs
@@ -1294,8 +1294,6 @@ mod tests {
         }
     }
 
-    // testing both auto_encode's calling patterns
-    // and json... not sure where to put these tests.
     #[test]
     fn test_write_enum () {
         let bw = @io::BytesWriter();