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

Commit 75bc5af

Browse files
committed
Stabilize the TryFrom and TryInto traits
Tracking issue: rust-lang/rust#33417 [git filter-repo] original commit: rust-lang/rust@e53a2a7
1 parent d5ad5ea commit 75bc5af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848

4949
#![cfg_attr(stage0, feature(slice_patterns))]
5050
#![cfg_attr(stage0, feature(i128_type))]
51-
#![feature(try_from)]
51+
#![cfg_attr(stage0, feature(try_from))]
5252

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

0 commit comments

Comments
 (0)