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/libhexfloat | |
| parent | aa0b350c9798ca1ca1b0b82aec66f7ee2bac76ff (diff) | |
| download | rust-db55e70c977f9e2a70e62ea819755ef02009db8e.tar.gz rust-db55e70c977f9e2a70e62ea819755ef02009db8e.zip | |
syntax: mark the managed_boxes feature as Removed.
Diffstat (limited to 'src/libhexfloat')
| -rw-r--r-- | src/libhexfloat/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libhexfloat/lib.rs b/src/libhexfloat/lib.rs index ae7a3e66dfd..2fcc3b9691a 100644 --- a/src/libhexfloat/lib.rs +++ b/src/libhexfloat/lib.rs @@ -46,7 +46,7 @@ fn main() { #![doc(html_logo_url = "http://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png", html_favicon_url = "http://www.rust-lang.org/favicon.ico", html_root_url = "http://doc.rust-lang.org/master/")] -#![feature(plugin_registrar, managed_boxes)] +#![feature(plugin_registrar)] extern crate syntax; extern crate rustc; |
