]> git.lizzy.rs Git - rust.git/blobdiff - src/libstd/rtdeps.rs
std: Split the `std_misc` feature
[rust.git] / src / libstd / rtdeps.rs
index a7f3bc2bdc82c3a07d5d9441599f74afc9a0d819..be674c83e221351903a0168741077c488cfbf946 100644 (file)
@@ -12,8 +12,6 @@
 //! the standard library This varies per-platform, but these libraries are
 //! necessary for running libstd.
 
-#![unstable(feature = "std_misc")]
-
 // All platforms need to link to rustrt
 #[cfg(not(test))]
 #[link(name = "rust_builtin", kind = "static")]