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 use of soon-to-be-deprecated unstable feature #26190

Merged
merged 4 commits into from Apr 16, 2020
Merged
Changes from 1 commit
Commits
File filter...
Filter file types
Jump to…
Jump to file
Failed to load files.

Always

Just for now

Next

Remove unused `#![feature(…)]` attributes

  • Loading branch information
SimonSapin committed Apr 15, 2020
commit fbfe86fffe2935f4d2c4d7456fd613de126b1430
@@ -7,7 +7,6 @@
#![feature(const_transmute)]
#![feature(core_intrinsics)]
#![feature(drain_filter)]
#![feature(inner_deref)]
#![feature(plugin)]
#![feature(register_tool)]
#![deny(unsafe_code)]
@@ -7,7 +7,6 @@
//! to depend on script.

#![deny(unsafe_code)]
#![feature(box_into_raw_non_null)]

#[macro_use]
extern crate html5ever;
@@ -15,8 +15,6 @@
//!
//! [glutin]: https://github.com/tomaka/glutin

#![feature(core_intrinsics)]

#[cfg(not(target_os = "android"))]
include!("main2.rs");

ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.