Skip to content
Snippets Groups Projects
Commit b43bf0f3 authored by Stefan Lankes's avatar Stefan Lankes
Browse files

remove some compiler warnings

parent b902bd2c
No related branches found
No related tags found
No related merge requests found
...@@ -6,6 +6,7 @@ ...@@ -6,6 +6,7 @@
// http://apache.org/licenses/LICENSE-2.0> or the MIT license <LICENSE-MIT or // http://apache.org/licenses/LICENSE-2.0> or the MIT license <LICENSE-MIT or
// http://opensource.org/licenses/MIT>, at your option. This file may not be // http://opensource.org/licenses/MIT>, at your option. This file may not be
// copied, modified, or distributed except according to those terms. // copied, modified, or distributed except according to those terms.
#![allow(unused)]
use alloc::boxed::Box; use alloc::boxed::Box;
use alloc::vec::Vec; use alloc::vec::Vec;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment