mirror of
https://github.com/oSumAtrIX/free-librespot.git
synced 2025-12-19 18:04:20 +00:00
Remove depreciated error description method
This commit is contained in:
parent
7662bc5064
commit
a173fa7cc5
1 changed files with 0 additions and 4 deletions
|
|
@ -73,10 +73,6 @@ impl fmt::Display for VorbisError {
|
||||||
}
|
}
|
||||||
|
|
||||||
impl error::Error for VorbisError {
|
impl error::Error for VorbisError {
|
||||||
fn description(&self) -> &str {
|
|
||||||
error::Error::description(&self.0)
|
|
||||||
}
|
|
||||||
|
|
||||||
fn source(&self) -> Option<&(dyn error::Error + 'static)> {
|
fn source(&self) -> Option<&(dyn error::Error + 'static)> {
|
||||||
error::Error::source(&self.0)
|
error::Error::source(&self.0)
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue