diff options
author | Simon Sapin <simon.sapin@exyr.org> | 2018-07-17 20:23:32 +0200 |
---|---|---|
committer | Simon Sapin <simon.sapin@exyr.org> | 2018-07-18 11:25:30 +0200 |
commit | 3509bcb5319fca02dc9c40ab5feeee9014534263 (patch) | |
tree | e250c202dd3f8108f2065a91d51f624af4e7a006 /components/script/lib.rs | |
parent | e397ca06d84ee2b0c9167a466c199d72e23abc48 (diff) | |
download | servo-3509bcb5319fca02dc9c40ab5feeee9014534263.tar.gz servo-3509bcb5319fca02dc9c40ab5feeee9014534263.zip |
Upgrade to rustc 1.29.0-nightly (1ecf6929d 2018-07-16)
Diffstat (limited to 'components/script/lib.rs')
-rw-r--r-- | components/script/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/script/lib.rs b/components/script/lib.rs index 837b744424c..d151734da80 100644 --- a/components/script/lib.rs +++ b/components/script/lib.rs @@ -7,8 +7,8 @@ #![feature(const_fn)] #![feature(mpsc_select)] #![feature(plugin)] -#![feature(proc_macro)] #![feature(string_retain)] +#![feature(use_extern_macros)] #![deny(unsafe_code)] #![allow(non_snake_case)] |