FIX: Make clippy happy
This commit is contained in:
committed by
Nicolás Hatcher Andrés
parent
46ea92966f
commit
0be7d9b85a
@@ -11,11 +11,10 @@ impl UserModel {
|
||||
r##"{{
|
||||
"item": {{
|
||||
"style": "thin",
|
||||
"color": "{}"
|
||||
"color": "{color}"
|
||||
}},
|
||||
"type": "All"
|
||||
}}"##,
|
||||
color
|
||||
}}"##
|
||||
))
|
||||
.unwrap();
|
||||
let range = &Area {
|
||||
@@ -40,11 +39,10 @@ impl UserModel {
|
||||
r##"{{
|
||||
"item": {{
|
||||
"style": "thin",
|
||||
"color": "{}"
|
||||
"color": "{color}"
|
||||
}},
|
||||
"type": "{}"
|
||||
}}"##,
|
||||
color, kind
|
||||
"type": "{kind}"
|
||||
}}"##
|
||||
))
|
||||
.unwrap();
|
||||
let range = &Area {
|
||||
|
||||
Reference in New Issue
Block a user