mirror of
https://github.com/servo/servo.git
synced 2025-08-02 20:20:14 +01:00
Remove #![feature(structural_match)]
This commit is contained in:
parent
a9767333eb
commit
3bc26d1819
10 changed files with 5 additions and 10 deletions
|
@ -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"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue