Commit 00df70b2 authored by Tyler Neely's avatar Tyler Neely

Update feature annotation.

parent 95c21ea1
...@@ -15,12 +15,11 @@ ...@@ -15,12 +15,11 @@
*/ */
#![crate_id = "rocksdb"] #![crate_id = "rocksdb"]
#![crate_type = "lib"] #![crate_type = "lib"]
#![feature(collections)]
#![feature(core)]
#![feature(libc)] #![feature(libc)]
#![feature(unique)] #![feature(unique)]
#![feature(path_ext)] #![feature(path_ext)]
#![feature(raw)]
#![feature(vec_push_all)]
pub use ffi as rocksdb_ffi; pub use ffi as rocksdb_ffi;
pub use ffi::{ pub use ffi::{
......
...@@ -15,6 +15,7 @@ ...@@ -15,6 +15,7 @@
*/ */
#![feature(collections)] #![feature(collections)]
#![feature(test)] #![feature(test)]
#![feature(vec_push_all)]
extern crate rocksdb; extern crate rocksdb;
extern crate test; extern crate test;
......
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