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
There is some unwrapping going on in Client::redirect, Client::timeout, and RequestBuilder::send. If these can never fail, please include an explanation of how we know that. If any of them can fail, the method documentation should have a "Panics" section explaining what can trigger a panic.
The text was updated successfully, but these errors were encountered:
There is some unwrapping going on in Client::redirect, Client::timeout, and RequestBuilder::send. If these can never fail, please include an explanation of how we know that. If any of them can fail, the method documentation should have a "Panics" section explaining what can trigger a panic.
The text was updated successfully, but these errors were encountered: