mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-22 23:04:33 +00:00
Remove stabilized feature gate in doctest
This commit is contained in:
parent
5dce719520
commit
db99a3bccd
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user