mirror of
https://github.com/lennart-k/rustical.git
synced 2025-12-13 20:32:48 +00:00
clippy appeasement
This commit is contained in:
@@ -71,11 +71,7 @@ pub trait Resource: Clone + 'static {
|
|||||||
fn get_resourcetype() -> &'static [&'static str];
|
fn get_resourcetype() -> &'static [&'static str];
|
||||||
|
|
||||||
fn list_props() -> Vec<&'static str> {
|
fn list_props() -> Vec<&'static str> {
|
||||||
[
|
[Self::PropName::VARIANTS, CommonPropertiesPropName::VARIANTS].concat()
|
||||||
&Self::PropName::VARIANTS[..],
|
|
||||||
&CommonPropertiesPropName::VARIANTS[..],
|
|
||||||
]
|
|
||||||
.concat()
|
|
||||||
}
|
}
|
||||||
|
|
||||||
fn get_internal_prop(
|
fn get_internal_prop(
|
||||||
|
|||||||
Reference in New Issue
Block a user