1
0
Fork 0
mirror of https://github.com/librespot-org/librespot.git synced 2025-10-04 10:19:27 +02:00

Ignore files which don’t have an id.

Fixes #42
This commit is contained in:
Paul Lietar 2016-01-20 10:31:43 +00:00
parent 2a7c9c312b
commit ac0d597e75
4 changed files with 6 additions and 4 deletions

View file

@ -1,6 +1,6 @@
#![crate_name = "librespot"]
#![feature(plugin,zero_one,iter_arith,mpsc_select,clone_from_slice)]
#![feature(plugin,zero_one,iter_arith,mpsc_select)]
#![plugin(protobuf_macros)]
#![plugin(json_macros)]