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

Fresh serde_urlencoded v0.7.0 warning: use of deprecated associated function #92

Open
notdanilo opened this issue Oct 6, 2021 · 0 comments · May be fixed by #93
Open

Fresh serde_urlencoded v0.7.0 warning: use of deprecated associated function #92

notdanilo opened this issue Oct 6, 2021 · 0 comments · May be fixed by #93

Comments

@notdanilo
Copy link

notdanilo commented Oct 6, 2021

       Fresh serde_urlencoded v0.7.0
warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string()
  --> C:\Users\dangu\.cargo\registry\src\github.com-1ecc6299db9ec823\serde_urlencoded-0.7.0\src\ser\mod.rs:80:37
   |
80 |             Error::Utf8(ref err) => error::Error::description(err),
   |                                     ^^^^^^^^^^^^^^^^^^^^^^^^^
   |
   = note: `#[warn(deprecated)]` on by default

warning: 1 warning emitted
@elpiel elpiel linked a pull request Oct 15, 2021 that will close this issue
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 a pull request may close this issue.

1 participant