Skip to content

Commit 47e93ff

Browse files
committed
Auto merge of #3820 - mikerite:remove-feature-try-from, r=Manishearth
Remove `#[feature(try_from)]` `try_from` is now stable.
2 parents 50d9473 + c9d79c0 commit 47e93ff

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

clippy_lints/src/lib.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
#![recursion_limit = "256"]
1010
#![warn(rust_2018_idioms, trivial_casts, trivial_numeric_casts)]
1111
#![feature(crate_visibility_modifier)]
12-
#![feature(try_from)]
1312

1413
// FIXME: switch to something more ergonomic here, once available.
1514
// (currently there is no way to opt into sysroot crates w/o `extern crate`)

src/driver.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
// error-pattern:yummy
22
#![feature(box_syntax)]
33
#![feature(rustc_private)]
4-
#![feature(try_from)]
54
#![allow(clippy::missing_docs_in_private_items)]
65

76
// FIXME: switch to something more ergonomic here, once available.

0 commit comments

Comments
 (0)