Use better import form
This commit is contained in:
parent
16b7d643c9
commit
cce6d09b35
|
@ -5,5 +5,5 @@ mod endpoint;
|
|||
mod error;
|
||||
pub mod models;
|
||||
|
||||
pub use client::Client;
|
||||
pub use error::Error;
|
||||
pub use crate::client::Client;
|
||||
pub use crate::error::Error;
|
||||
|
|
Loading…
Reference in New Issue