mirror of
https://github.com/servo/servo.git
synced 2025-07-30 10:40:27 +01:00
Remove #![feature(structural_match)]
This commit is contained in:
parent
a9767333eb
commit
3bc26d1819
10 changed files with 5 additions and 10 deletions
|
@ -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