diff options
Diffstat (limited to 'components/gfx/lib.rs')
-rw-r--r-- | components/gfx/lib.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/components/gfx/lib.rs b/components/gfx/lib.rs index 90d3d8ca962..561d8b0ccd2 100644 --- a/components/gfx/lib.rs +++ b/components/gfx/lib.rs @@ -8,7 +8,6 @@ #![feature(core)] #![feature(plugin, custom_attribute)] #![feature(custom_derive)] -#![feature(rustc_private)] #![feature(std_misc)] #![feature(str_char)] |