1
0
Fork 0
mirror of https://github.com/librespot-org/librespot.git synced 2025-10-04 02:09:26 +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,6 +1,3 @@
#![feature(result_expect)]
#![allow(deprecated)]
extern crate getopts;
extern crate librespot;
extern crate rpassword;