diff options
| author | Eduard Burtescu <edy.burt@gmail.com> | 2014-10-02 00:19:55 +0300 |
|---|---|---|
| committer | Eduard Burtescu <edy.burt@gmail.com> | 2014-10-02 17:02:03 +0300 |
| commit | db55e70c977f9e2a70e62ea819755ef02009db8e (patch) | |
| tree | 039c08384f8ef9a2145459a9ba8bb84debc48d54 /src/libregex_macros/lib.rs | |
| parent | aa0b350c9798ca1ca1b0b82aec66f7ee2bac76ff (diff) | |
| download | rust-db55e70c977f9e2a70e62ea819755ef02009db8e.tar.gz rust-db55e70c977f9e2a70e62ea819755ef02009db8e.zip | |
syntax: mark the managed_boxes feature as Removed.
Diffstat (limited to 'src/libregex_macros/lib.rs')
| -rw-r--r-- | src/libregex_macros/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libregex_macros/lib.rs b/src/libregex_macros/lib.rs index 3535038b6a5..67018769fb3 100644 --- a/src/libregex_macros/lib.rs +++ b/src/libregex_macros/lib.rs @@ -19,7 +19,7 @@ html_favicon_url = "http://www.rust-lang.org/favicon.ico", html_root_url = "http://doc.rust-lang.org/master/")] -#![feature(plugin_registrar, managed_boxes, quote)] +#![feature(plugin_registrar, quote)] extern crate regex; extern crate syntax; |
