Skip to content

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

Open
@notdanilo

Description

@notdanilo
       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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions