mirror of
https://github.com/servo/servo.git
synced 2025-08-01 19:50:30 +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]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue