]> git.lizzy.rs Git - rust.git/blobdiff - src/liballoc/lib.rs
Remove unchecked inline attribute, remove unused functions, make chache mod private...
[rust.git] / src / liballoc / lib.rs
index 94379afc2bd454e1071243647cbd7b77c790f279..ddfa6797a5754639a94fae573fe72739732781d9 100644 (file)
 #![feature(unsize)]
 #![feature(unsized_locals)]
 #![feature(allocator_internals)]
-#![feature(on_unimplemented)]
+#![cfg_attr(bootstrap, feature(on_unimplemented))]
 #![feature(rustc_const_unstable)]
 #![feature(slice_partition_dedup)]
 #![feature(maybe_uninit_extra, maybe_uninit_slice)]