mirror of
https://github.com/Steffo99/patched-porobot.git
synced 2024-12-22 17:44: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 crate::schema::*;
|
||||
|
||||
const TEST_DATA: &'static str = r#"
|
||||
const TEST_DATA: &str = r#"
|
||||
[
|
||||
{
|
||||
"associatedCards": [],
|
||||
|
|
Loading…
Reference in a new issue