diff options
author | Anthony Ramine <n.oxyde@gmail.com> | 2016-11-03 10:18:55 +0100 |
---|---|---|
committer | Anthony Ramine <n.oxyde@gmail.com> | 2016-11-03 11:24:13 +0100 |
commit | a9767333ebdda155a02a8c577f8df659d496cd14 (patch) | |
tree | 72ce5604615a57ffcb5eb98f152a056b47fdf922 /components/net/lib.rs | |
parent | c4f27e42b77d23614a36dd694a44313f510950da (diff) | |
download | servo-a9767333ebdda155a02a8c577f8df659d496cd14.tar.gz servo-a9767333ebdda155a02a8c577f8df659d496cd14.zip |
Remove #![feature(custom_attribute)]
Diffstat (limited to 'components/net/lib.rs')
-rw-r--r-- | components/net/lib.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/components/net/lib.rs b/components/net/lib.rs index 2ab6a1b9ff7..f830eb2befa 100644 --- a/components/net/lib.rs +++ b/components/net/lib.rs @@ -3,7 +3,6 @@ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ #![feature(box_syntax)] -#![feature(custom_attribute)] #![feature(fnbox)] #![feature(mpsc_select)] #![feature(plugin)] |