mirror of
https://github.com/servo/servo.git
synced 2025-07-23 07:13:52 +01:00
Remove unused 'untagged_unions' feature gate
This commit is contained in:
parent
c48ef50b72
commit
4c4dbf5a7a
1 changed files with 0 additions and 1 deletions
|
@ -15,7 +15,6 @@
|
||||||
#![feature(plugin)]
|
#![feature(plugin)]
|
||||||
#![feature(proc_macro)]
|
#![feature(proc_macro)]
|
||||||
#![feature(try_from)]
|
#![feature(try_from)]
|
||||||
#![feature(untagged_unions)]
|
|
||||||
|
|
||||||
#![deny(unsafe_code)]
|
#![deny(unsafe_code)]
|
||||||
#![allow(non_snake_case)]
|
#![allow(non_snake_case)]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue