fix warning

This commit is contained in:
NikVolf
2020-09-21 10:57:15 +03:00
parent 635c4cdd56
commit 68148e1b86
+1 -1
View File
@@ -1,6 +1,6 @@
#![no_std]
#[macro_use]
#[cfg_attr(test, macro_use)]
extern crate alloc;
extern crate byteorder;
#[macro_use]