Skip to content

Commit

Permalink
Remove stabilized feature gate in doctest
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonSapin committed Mar 12, 2019
1 parent 5dce719 commit db99a3b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/libcore/convert.rs
Expand Up @@ -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;
Expand Down

0 comments on commit db99a3b

Please sign in to comment.