Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove stabilized try_from feature #52

Merged
merged 1 commit into from
Mar 31, 2019
Merged

Conversation

kvart2006
Copy link
Contributor

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

@phil-opp
Copy link
Member

Thanks!

bors r+

bors bot added a commit that referenced this pull request Mar 31, 2019
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>
@phil-opp phil-opp changed the title main Remove stabilized try_from feature Mar 31, 2019
@phil-opp
Copy link
Member

bors r-

@phil-opp phil-opp merged commit a472a18 into rust-osdev:master Mar 31, 2019
@rust-osdev rust-osdev deleted a comment from bors bot Mar 31, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants