remove unused import

This commit is contained in:
Folkert 2020-09-30 22:29:16 +02:00
parent a9329b250d
commit 7ea268a5d1

View file

@ -1,7 +1,6 @@
#![crate_type = "lib"]
#![no_std]
use core::fmt;
use libc;
// A list of C functions that are being imported
extern "C" {