From ef8af0e52a01f1a7c92bff6f5bebde805e19d022 Mon Sep 17 00:00:00 2001 From: Garrett Berg Date: Mon, 10 Jul 2017 09:45:59 -0600 Subject: fix for rust 1.15 --- tests/pretty.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/pretty.rs b/tests/pretty.rs index 718ef07..f9b6d20 100644 --- a/tests/pretty.rs +++ b/tests/pretty.rs @@ -3,7 +3,7 @@ extern crate serde; use serde::ser::Serialize; -const EXAMPLE: &str = "\ +const EXAMPLE: &'static str = "\ [example] array = [ \"item 1\", -- cgit v1.2.3