Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use Into<String> in new type constructors #169

Draft
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

gibbz00
Copy link

@gibbz00 gibbz00 commented May 11, 2024

Fixes: #168

Relies on: ramosbugs/oauth2-rs#275

f95b00f needs to be removed once the oauth2 PR released. Marking PR as draft until it's done.

✌️

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Use Into<String> or ToString::to_string rather than requiring owned Strings up front.
1 participant