mirror of
https://github.com/lennart-k/rustical.git
synced 2025-12-14 21:42:26 +00:00
propfind does not need to be async
This commit is contained in:
@@ -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>,
|
||||
|
||||
Reference in New Issue
Block a user