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

Make FromUrlEncodingError public? #2

Closed
songday opened this issue May 14, 2021 · 1 comment
Closed

Make FromUrlEncodingError public? #2

songday opened this issue May 14, 2021 · 1 comment

Comments

@songday
Copy link

songday commented May 14, 2021

At urlencoding 1.1 version, FromUrlEncodingError is public.
I can implement From<urlencoding::FromUrlEncodingError> for my custom Error struct
thus I can simply use decode method with ? symbol

then I upgraded to 1.3, FromUrlEncodingError becomes private

@kornelski
Copy link
Owner

Fixed

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

No branches or pull requests

2 participants