Optimize imports
This commit is contained in:
+1
-1
@@ -1,7 +1,7 @@
|
||||
//! High-level PN532 command driver.
|
||||
|
||||
use crate::commands::*;
|
||||
use crate::error::{Error};
|
||||
use crate::error::Error;
|
||||
use crate::interface::Interface;
|
||||
|
||||
pub(crate) const PACKET_BUFFER_SIZE: usize = 64;
|
||||
|
||||
Reference in New Issue
Block a user