Remove unneeded async function annotation (#5246)

This commit is contained in:
Jon Häggblad
2024-12-16 09:15:46 +01:00
committed by GitHub
parent e7702a1e7a
commit c0b4e8dd70
+1 -1
View File
@@ -282,7 +282,7 @@ impl Client {
}
}
pub async fn create_delete_request<K, V>(
pub fn create_delete_request<K, V>(
&self,
path: PathSegments<'_>,
params: Params<'_, K, V>,