Skip to content

Commit

Permalink
TryFrom destabilization fixups
Browse files Browse the repository at this point in the history
  • Loading branch information
alexcrichton committed Apr 23, 2018
1 parent c04b020 commit 1ca8ce9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/libstd_unicode/char.rs
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ pub use core::char::{EscapeDebug, EscapeDefault, EscapeUnicode};
pub use core::char::ParseCharError;

// unstable re-exports
#[stable(feature = "try_from", since = "1.26.0")]
#[unstable(feature = "try_from", issue = "33417")]
pub use core::char::CharTryFromError;
#[unstable(feature = "decode_utf8", issue = "33906")]
pub use core::char::{DecodeUtf8, decode_utf8};
Expand Down
1 change: 1 addition & 0 deletions src/libstd_unicode/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
#![feature(non_exhaustive)]
#![feature(staged_api)]
#![feature(unboxed_closures)]
#![feature(try_from)]

mod bool_trie;
mod tables;
Expand Down

0 comments on commit 1ca8ce9

Please sign in to comment.