diff options
| author | Simon Sapin <simon.sapin@exyr.org> | 2019-03-12 17:42:42 +0100 |
|---|---|---|
| committer | Simon Sapin <simon.sapin@exyr.org> | 2019-03-12 17:42:42 +0100 |
| commit | db99a3bccdc21e80d832b061defe1002527c1c46 (patch) | |
| tree | f3a3d8cdf8c550f8dac4d73b71daef1b96b80d28 | |
| parent | 5dce719520a49b305b668a00ad25cb4731048670 (diff) | |
| download | rust-db99a3bccdc21e80d832b061defe1002527c1c46.tar.gz rust-db99a3bccdc21e80d832b061defe1002527c1c46.zip | |
Remove stabilized feature gate in doctest
| -rw-r--r-- | src/libcore/convert.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/libcore/convert.rs b/src/libcore/convert.rs index 0fc182348c6..774d648558b 100644 --- a/src/libcore/convert.rs +++ b/src/libcore/convert.rs @@ -415,7 +415,6 @@ pub trait TryInto<T>: Sized { /// As described, [`i32`] implements `TryFrom<i64>`: /// /// ``` -/// #![feature(try_from)] /// use std::convert::TryFrom; /// /// let big_number = 1_000_000_000_000i64; |
