From 81d7303b19726a703648107b08340c618d0a46a0 Mon Sep 17 00:00:00 2001 From: Garrett Berg Date: Mon, 10 Jul 2017 09:45:59 -0600 Subject: [PATCH] fix for rust 1.15 --- tests/pretty.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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\",