serde_urlencoded icon indicating copy to clipboard operation
serde_urlencoded copied to clipboard

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

Open notdanilo opened this issue 4 years ago • 0 comments

       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

notdanilo avatar Oct 06 '21 16:10 notdanilo