]> git.lizzy.rs Git - rust.git/blobdiff - src/librbml/lib.rs
core: Split apart the global `core` feature
[rust.git] / src / librbml / lib.rs
index 41ae0f2d5e203ca1c89dce2f0eda33e35f3a9353..18b1d39ea82d80e59f068b35c215e2ccd228d897 100644 (file)
        html_root_url = "http://doc.rust-lang.org/nightly/",
        html_playground_url = "http://play.rust-lang.org/")]
 
-#![feature(core)]
 #![feature(rustc_private)]
 #![feature(staged_api)]
+#![feature(slice_bytes)]
 
 #![cfg_attr(test, feature(test))]