We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bad9bb8 commit ed7fa0bCopy full SHA for ed7fa0b
temporalio/bridge/src/client.rs
@@ -117,7 +117,7 @@ macro_rules! rpc_call_on_trait {
117
#[pymethods]
118
impl ClientRef {
119
fn update_metadata(&self, headers: HashMap<String, String>) {
120
- self.retry_client.get_client().set_headers(headers);
+ let _ = self.retry_client.get_client().set_headers(headers);
121
}
122
123
fn update_api_key(&self, api_key: Option<String>) {
0 commit comments