mirror of
https://github.com/librespot-org/librespot.git
synced 2025-10-04 18:29:45 +02:00
Replace error_chain by thiserror
This commit is contained in:
parent
45f42acb82
commit
27f308b82f
6 changed files with 63 additions and 55 deletions
|
@ -4,8 +4,6 @@
|
|||
extern crate log;
|
||||
#[macro_use]
|
||||
extern crate cfg_if;
|
||||
#[macro_use]
|
||||
extern crate error_chain;
|
||||
|
||||
use librespot_protocol as protocol;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue