1
0
Fork 0
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:
johannesd3 2021-02-13 11:53:23 +01:00 committed by Johannesd3
parent 45f42acb82
commit 27f308b82f
6 changed files with 63 additions and 55 deletions

View file

@ -4,8 +4,6 @@
extern crate log;
#[macro_use]
extern crate cfg_if;
#[macro_use]
extern crate error_chain;
use librespot_protocol as protocol;