fix for rust 1.15

This commit is contained in:
Garrett Berg 2017-07-10 09:45:59 -06:00
parent 3ec47e6758
commit 81d7303b19

View file

@ -3,7 +3,7 @@ extern crate serde;
use serde::ser::Serialize; use serde::ser::Serialize;
const EXAMPLE: &str = "\ const EXAMPLE: &'static str = "\
[example] [example]
array = [ array = [
\"item 1\", \"item 1\",