mirror of
https://github.com/lennart-k/rustical.git
synced 2025-12-14 08:12:24 +00:00
Minor refactoring and tracing
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
use crate::depth_extractor::Depth;
|
||||
use crate::depth_header::Depth;
|
||||
use crate::resource::Resource;
|
||||
use crate::resource::ResourceService;
|
||||
use crate::xml::multistatus::PropstatWrapper;
|
||||
@@ -35,6 +35,7 @@ struct PropfindElement {
|
||||
}
|
||||
|
||||
#[instrument(parent = root_span.id(), skip(path_components, req, root_span))]
|
||||
#[allow(clippy::type_complexity)]
|
||||
pub async fn route_propfind<R: ResourceService>(
|
||||
path_components: Path<R::PathComponents>,
|
||||
body: String,
|
||||
|
||||
Reference in New Issue
Block a user