Removed unnecessary extern crate statements
This commit is contained in:
parent
259da58eb9
commit
d3ca4a3d92
1 changed files with 1 additions and 6 deletions
|
|
@ -1,12 +1,7 @@
|
||||||
#![no_std]
|
#![no_std]
|
||||||
// #![allow(unused)]
|
#![allow(unused)]
|
||||||
#![deny(broken_intra_doc_links)]
|
#![deny(broken_intra_doc_links)]
|
||||||
|
|
||||||
extern crate bit_field;
|
|
||||||
extern crate byteorder;
|
|
||||||
extern crate embedded_hal;
|
|
||||||
extern crate embedded_nal;
|
|
||||||
|
|
||||||
#[macro_use(block)]
|
#[macro_use(block)]
|
||||||
extern crate nb;
|
extern crate nb;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue