mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-02-06 02:52:42 +08:00
Remove warnings
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
#![no_std]
|
||||
#![feature(alloc)]
|
||||
#![feature(extern_crate_item_prelude)]
|
||||
#![feature(lang_items)]
|
||||
|
||||
#![allow(non_upper_case_globals)]
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
#![no_std]
|
||||
#![feature(alloc)]
|
||||
#![feature(extern_crate_item_prelude)]
|
||||
#![feature(alloc_error_handler)]
|
||||
#![feature(lang_items)]
|
||||
|
||||
|
||||
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user