propfind does not need to be async

This commit is contained in:
Lennart
2024-10-08 16:13:48 +02:00
parent 97457d72d3
commit d593a28381
5 changed files with 18 additions and 25 deletions

View File

@@ -52,8 +52,7 @@ pub trait Resource: Clone {
.to_owned())
}
#[allow(async_fn_in_trait)]
async fn propfind(
fn propfind(
&self,
path: &str,
mut props: Vec<&str>,