Skip to content

Commit

Permalink
clippy appeasement
Browse files Browse the repository at this point in the history
  • Loading branch information
lennart-k committed Nov 6, 2024
1 parent f1c43a8 commit 85b5af2
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions crates/dav/src/resource/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -71,11 +71,7 @@ pub trait Resource: Clone + 'static {
fn get_resourcetype() -> &'static [&'static str];

fn list_props() -> Vec<&'static str> {
[
&Self::PropName::VARIANTS[..],
&CommonPropertiesPropName::VARIANTS[..],
]
.concat()
[Self::PropName::VARIANTS, CommonPropertiesPropName::VARIANTS].concat()
}

fn get_internal_prop(
Expand Down

0 comments on commit 85b5af2

Please sign in to comment.