mirror of
https://github.com/lennart-k/rustical.git
synced 2025-12-14 14:02:29 +00:00
remove unnecessary ?Sized constraints
This commit is contained in:
@@ -47,7 +47,7 @@ struct PropertyupdateElement<T> {
|
||||
operations: Vec<Operation<T>>,
|
||||
}
|
||||
|
||||
pub async fn route_proppatch<A: CheckAuthentication, R: ResourceService + ?Sized>(
|
||||
pub async fn route_proppatch<A: CheckAuthentication, R: ResourceService>(
|
||||
path: Path<R::PathComponents>,
|
||||
body: String,
|
||||
req: HttpRequest,
|
||||
|
||||
Reference in New Issue
Block a user