Cleanup resource_task's global_init().

This commit is contained in:
Ms2ger 2015-03-20 21:07:16 +01:00
parent aa6ed369b8
commit 2cde68f13f
2 changed files with 24 additions and 12 deletions

View file

@ -2,6 +2,7 @@
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
#![feature(alloc)]
#![feature(box_syntax)]
#![feature(collections)]
#![feature(core)]