From 02c45dece43f9f884b5b09ceb3db26c2a056a7f4 Mon Sep 17 00:00:00 2001 From: Nicolas Silva Date: Sun, 27 Apr 2014 22:57:10 +0200 Subject: [PATCH] Fix test issue-4016.rs with the json API change --- src/test/run-pass/issue-4016.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/test/run-pass/issue-4016.rs b/src/test/run-pass/issue-4016.rs index 3152cda2648f..20b818f47d47 100644 --- a/src/test/run-pass/issue-4016.rs +++ b/src/test/run-pass/issue-4016.rs @@ -13,7 +13,7 @@ extern crate serialize; use serialize::{json, Decodable}; -trait JD : Decodable { } +trait JD : Decodable { } fn exec() { let doc = json::from_str("").unwrap();