Additional cleanup
This commit is contained in:
parent
1b4ccd0dde
commit
877722ed1b
4 changed files with 7 additions and 8 deletions
|
@ -1,10 +1,10 @@
|
|||
#![forbid(unsafe_code)]
|
||||
|
||||
mod accessors;
|
||||
use accessors::Result;
|
||||
pub use accessors::{Error, Obd2Device};
|
||||
|
||||
pub mod device;
|
||||
|
||||
mod interface;
|
||||
pub use interface::Obd2;
|
||||
|
||||
mod obd2_device;
|
||||
use obd2_device::Result;
|
||||
pub use obd2_device::{Error, Obd2Device};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue