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:
parent
1399ea7c32
commit
10cc523cfd
5 changed files with 45 additions and 63 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue