mirror of
https://github.com/librespot-org/librespot.git
synced 2024-12-18 17:11:53 +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 {
|
||||
fn description(&self) -> &str {
|
||||
error::Error::description(&self.0)
|
||||
}
|
||||
|
||||
fn source(&self) -> Option<&(dyn error::Error + 'static)> {
|
||||
error::Error::source(&self.0)
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue