Remove warnings

This commit is contained in:
Michal Podhradsky
2018-12-17 11:28:41 -08:00
parent 4c1f0b5aa7
commit da50ee8e1a
3 changed files with 1 additions and 3 deletions

View File

@@ -1,6 +1,5 @@
#![no_std]
#![feature(alloc)]
#![feature(extern_crate_item_prelude)]
#![feature(lang_items)]
#![allow(non_upper_case_globals)]

View File

@@ -1,6 +1,5 @@
#![no_std]
#![feature(alloc)]
#![feature(extern_crate_item_prelude)]
#![feature(alloc_error_handler)]
#![feature(lang_items)]

View File

@@ -3,7 +3,7 @@
#![feature(alloc)]
#![feature(alloc_system)]
#![feature(allocator_api)]
#![feature(extern_crate_item_prelude)]
#![feature(global_allocator)]
#![feature(alloc_error_handler)]
#![no_std]