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/libdebug | |
| parent | aa0b350c9798ca1ca1b0b82aec66f7ee2bac76ff (diff) | |
| download | rust-db55e70c977f9e2a70e62ea819755ef02009db8e.tar.gz rust-db55e70c977f9e2a70e62ea819755ef02009db8e.zip | |
syntax: mark the managed_boxes feature as Removed.
Diffstat (limited to 'src/libdebug')
| -rw-r--r-- | src/libdebug/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libdebug/lib.rs b/src/libdebug/lib.rs index 6341a380563..21abfae8be9 100644 --- a/src/libdebug/lib.rs +++ b/src/libdebug/lib.rs @@ -25,7 +25,7 @@ html_favicon_url = "http://www.rust-lang.org/favicon.ico", html_root_url = "http://doc.rust-lang.org/master/")] #![experimental] -#![feature(managed_boxes, macro_rules)] +#![feature(macro_rules)] #![allow(experimental)] pub mod fmt; |
