1
0
Fork 0
mirror of https://github.com/librespot-org/librespot.git synced 2025-10-03 17:59:24 +02:00

Update to rust nightly

This commit is contained in:
Paul Lietar 2015-10-20 10:55:17 +01:00
parent 1399ea7c32
commit 10cc523cfd
5 changed files with 45 additions and 63 deletions

View file

@ -1,9 +1,7 @@
#![crate_name = "librespot"]
#![feature(plugin,read_exact,zero_one,iter_arith,slice_bytes,arc_weak,append,mpsc_select)]
#![allow(needless_return)]
#![feature(plugin,read_exact,zero_one,iter_arith,slice_bytes,mpsc_select)]
#![plugin(clippy)]
#![plugin(protobuf_macros)]
#[macro_use] extern crate lazy_static;