fix for rust 1.15
This commit is contained in:
parent
3ec47e6758
commit
81d7303b19
|
@ -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\",
|
||||||
|
|
Loading…
Reference in a new issue