You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Replace bare `.unwrap()` with `.expect("infallible: ...")` in `headers_with_request_id()`, `headers_with_auth_token()`, and `get_request_with_query_result()` auth token inserts.
61
61
- Update issue spec and documentation.
62
62
@@ -97,4 +97,5 @@ These are provably infallible operations where a descriptive `expect` message is
0 commit comments