diff options
Diffstat (limited to 'components/net_traits/lib.rs')
-rw-r--r-- | components/net_traits/lib.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/components/net_traits/lib.rs b/components/net_traits/lib.rs index afbb6d0b5c8..5c6a0cd9df8 100644 --- a/components/net_traits/lib.rs +++ b/components/net_traits/lib.rs @@ -4,7 +4,6 @@ #![feature(box_syntax)] #![feature(collections)] -#![feature(rustc_private)] #![feature(slice_patterns)] #![feature(step_by)] |