]> git.lizzy.rs Git - rust.git/blobdiff - src/libstd/env.rs
Stabilize `std::convert` and related code
[rust.git] / src / libstd / env.rs
index 71f072302fb21c8fef6cf1b7a6e55075e0fc8e96..6553b40b745ec13d671d02677bbfcc6a42a4b020 100644 (file)
@@ -327,7 +327,6 @@ pub struct JoinPathsError {
 /// # Examples
 ///
 /// ```
-/// # #![feature(convert)]
 /// use std::env;
 /// use std::path::PathBuf;
 ///