mirror of
https://github.com/servo/servo.git
synced 2025-07-22 23:03:42 +01:00
Stop using unstable slice_patterns feature
This commit is contained in:
parent
e92a79619e
commit
10478b4fa3
5 changed files with 5 additions and 10 deletions
|
@ -15,7 +15,7 @@
|
|||
|
||||
|
||||
#![deny(unsafe_code)]
|
||||
#![feature(box_syntax, plugin, plugin_registrar, rustc_private, slice_patterns)]
|
||||
#![feature(box_syntax, plugin, plugin_registrar, rustc_private)]
|
||||
|
||||
#[macro_use]
|
||||
extern crate rustc;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue