mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +01:00
Remove #![feature(custom_derive)]
This commit is contained in:
parent
0a48c69061
commit
c4f27e42b7
18 changed files with 4 additions and 18 deletions
|
@ -2,7 +2,6 @@
|
|||
* 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/. */
|
||||
|
||||
#![cfg_attr(feature = "servo", feature(custom_derive))]
|
||||
#![cfg_attr(feature = "servo", feature(nonzero))]
|
||||
#![cfg_attr(feature = "servo", feature(plugin))]
|
||||
#![cfg_attr(feature = "servo", feature(proc_macro))]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue