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;
|
||||
|
||||
const EXAMPLE: &str = "\
|
||||
const EXAMPLE: &'static str = "\
|
||||
[example]
|
||||
array = [
|
||||
\"item 1\",
|
||||
|
|
Loading…
Reference in a new issue