mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Remove #![feature(structural_match)]
This commit is contained in:
parent
a9767333eb
commit
3bc26d1819
10 changed files with 5 additions and 10 deletions
|
@ -12,7 +12,7 @@
|
|||
#![allow(non_snake_case)]
|
||||
#![deny(unsafe_code)]
|
||||
|
||||
#![feature(proc_macro, rustc_attrs, structural_match)]
|
||||
#![feature(proc_macro, rustc_attrs)]
|
||||
|
||||
#[allow(unused_extern_crates)]
|
||||
#[macro_use]
|
||||
|
|
|
@ -11,7 +11,6 @@
|
|||
#![feature(proc_macro)]
|
||||
#![feature(range_contains)]
|
||||
#![feature(rustc_attrs)]
|
||||
#![feature(structural_match)]
|
||||
#![feature(unique)]
|
||||
|
||||
#![plugin(plugins)]
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
|
||||
|
||||
#![feature(plugin, proc_macro, rustc_attrs, structural_match)]
|
||||
#![feature(plugin, proc_macro, rustc_attrs)]
|
||||
#![plugin(plugins)]
|
||||
|
||||
#![crate_name = "gfx_traits"]
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
|
||||
|
||||
#![feature(plugin, proc_macro, rustc_attrs, structural_match)]
|
||||
#![feature(plugin, proc_macro, rustc_attrs)]
|
||||
#![plugin(plugins)]
|
||||
|
||||
#![deny(unsafe_code)]
|
||||
|
|
|
@ -7,7 +7,6 @@
|
|||
#![feature(rustc_attrs)]
|
||||
#![feature(slice_patterns)]
|
||||
#![feature(step_by)]
|
||||
#![feature(structural_match)]
|
||||
|
||||
#![deny(unsafe_code)]
|
||||
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
//! modules won't have to depend on `profile`.
|
||||
|
||||
#![feature(box_syntax)]
|
||||
#![feature(plugin, proc_macro, rustc_attrs, structural_match)]
|
||||
#![feature(plugin, proc_macro)]
|
||||
#![plugin(plugins)]
|
||||
|
||||
#![deny(unsafe_code)]
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
//! The traits are here instead of in script so that these modules won't have
|
||||
//! to depend on script.
|
||||
|
||||
#![feature(plugin, proc_macro, rustc_attrs, structural_match)]
|
||||
#![feature(plugin, proc_macro, rustc_attrs)]
|
||||
#![plugin(plugins)]
|
||||
#![deny(missing_docs)]
|
||||
#![deny(unsafe_code)]
|
||||
|
|
|
@ -26,7 +26,6 @@
|
|||
#![cfg_attr(feature = "servo", feature(plugin))]
|
||||
#![cfg_attr(feature = "servo", feature(proc_macro))]
|
||||
#![cfg_attr(feature = "servo", feature(rustc_attrs))]
|
||||
#![cfg_attr(feature = "servo", feature(structural_match))]
|
||||
#![cfg_attr(feature = "servo", plugin(plugins))]
|
||||
|
||||
#![deny(warnings)]
|
||||
|
|
|
@ -14,7 +14,6 @@
|
|||
#![cfg_attr(feature = "servo", feature(plugin))]
|
||||
#![cfg_attr(feature = "servo", feature(proc_macro))]
|
||||
#![cfg_attr(feature = "servo", feature(rustc_attrs))]
|
||||
#![cfg_attr(feature = "servo", feature(structural_match))]
|
||||
|
||||
extern crate app_units;
|
||||
#[macro_use]
|
||||
|
|
|
@ -5,7 +5,6 @@
|
|||
#![cfg_attr(feature = "servo", feature(nonzero))]
|
||||
#![cfg_attr(feature = "servo", feature(plugin))]
|
||||
#![cfg_attr(feature = "servo", feature(proc_macro))]
|
||||
#![cfg_attr(feature = "servo", feature(structural_match))]
|
||||
#![cfg_attr(feature = "servo", plugin(plugins))]
|
||||
|
||||
#![deny(unsafe_code)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue