Remove unneeded async function annotation (#5246)
This commit is contained in:
@@ -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>,
|
||||
|
||||
Reference in New Issue
Block a user