mirror of
https://github.com/Steffo99/patched-porobot.git
synced 2024-12-23 01:54:22 +00:00
Make 'static
lifetime implicit on TEST_DATA
This commit is contained in:
parent
d6dc2055e7
commit
dc3203388f
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ mod tests {
|
||||||
use super::*;
|
use super::*;
|
||||||
use crate::schema::*;
|
use crate::schema::*;
|
||||||
|
|
||||||
const TEST_DATA: &'static str = r#"
|
const TEST_DATA: &str = r#"
|
||||||
[
|
[
|
||||||
{
|
{
|
||||||
"associatedCards": [],
|
"associatedCards": [],
|
||||||
|
|
Loading…
Reference in a new issue