tox-rs / rstox

Rust bindings to c-toxcore
GNU General Public License v3.0
16 stars 7 forks source link

remove needless unstable lib #16

Closed quininer closed 9 years ago

quininer commented 9 years ago
Compiling rstox v0.0.1 (https://github.com/suhr/rstox.git#d4919112)                                                                                  
/home/quininer/.cargo/git/checkouts/rstox-d7ad266d38212a37/master/src/av/mod.rs:6:16: 6:19 error: use of unstable library feature 'raw' (see issue #27751)                                                                                                                                                      
/home/quininer/.cargo/git/checkouts/rstox-d7ad266d38212a37/master/src/av/mod.rs:6 use std::{fmt, raw, slice, mem};                                      
                                                                                                 ^~~                                                    
/home/quininer/.cargo/git/checkouts/rstox-d7ad266d38212a37/master/src/av/mod.rs:6:16: 6:19 help: add #![feature(raw)] to the crate attributes to enable 
error: aborting due to previous error                                                                                                                   
Could not compile `rstox`.