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
Fix outdated docstring of some RequestExt functions (#524)
The PR #253 removed some of the `#[cfg(test)]` guards for a few
functions which are useful in testing outside of the library. However
the docstrings still stated that the test configuration was needed. This
commit fixes the docstrings.
Co-authored-by: Simon Gasse <sgasse@users.noreply.github.com>
0 commit comments