Skip to content
This repository has been archived by the owner on Nov 14, 2022. It is now read-only.

Commit

Permalink
Stabilize the TryFrom and TryInto traits
Browse files Browse the repository at this point in the history
Tracking issue: rust-lang/rust#33417


[git filter-repo] original commit: rust-lang/rust@e53a2a7
  • Loading branch information
SimonSapin committed Mar 26, 2018
1 parent d5ad5ea commit 75bc5af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@

#![cfg_attr(stage0, feature(slice_patterns))]
#![cfg_attr(stage0, feature(i128_type))]
#![feature(try_from)]
#![cfg_attr(stage0, feature(try_from))]

// See librustc_cratesio_shim/Cargo.toml for a comment explaining this.
#[allow(unused_extern_crates)]
Expand Down

0 comments on commit 75bc5af

Please sign in to comment.