Commit 8ce227de authored by Andrey Davydov's avatar Andrey Davydov Committed by Andrey Davydov

update used rust features

parent 7459362e
......@@ -17,11 +17,10 @@
#![crate_type = "lib"]
#![feature(collections)]
#![feature(core)]
#![feature(fs)]
#![feature(io)]
#![feature(libc)]
#![feature(path)]
#![feature(std_misc)]
#![feature(unique)]
#![feature(path_ext)]
pub use ffi as rocksdb_ffi;
pub use ffi::{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment