Skip to content

Commit 9101da0

Browse files
bors[bot]kvart2006
andcommitted
Merge #52
52: main r=phil-opp a=kvart2006 This is an obsoleted feature. warning: the feature `try_from` has been stable since 1.34.0 and no longer requires an attribute to enable --> src/main.rs:3:12 | 3 | #![feature(try_from)] | ^^^^^^^^ | = note: #[warn(stable_features)] on by default Co-authored-by: Unknown <bela.berde@gmail.com>
2 parents 8468a78 + 4803dc7 commit 9101da0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/main.rs

-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
#![feature(lang_items)]
22
#![feature(global_asm)]
3-
#![feature(try_from)]
43
#![feature(step_trait)]
54
#![feature(asm)]
65
#![feature(nll)]

0 commit comments

Comments
 (0)