]> git.lizzy.rs Git - rust.git/blobdiff - src/libcollections/lib.rs
Stabilize `std::convert` and related code
[rust.git] / src / libcollections / lib.rs
index c769b3df37f627548150961962c00aa8500c6c39..367a7b412077f7fb18ffd20c52270097905adf0d 100644 (file)
@@ -38,7 +38,6 @@
 #![feature(unsafe_no_drop_flag, filling_drop)]
 #![feature(step_by)]
 #![feature(str_char)]
-#![feature(convert)]
 #![feature(slice_patterns)]
 #![feature(debug_builders)]
 #![cfg_attr(test, feature(rand, rustc_private, test, hash, collections))]