|
|
@ -32,7 +32,7 @@ mod commands;
|
|
|
|
mod error;
|
|
|
|
mod error;
|
|
|
|
mod models;
|
|
|
|
mod models;
|
|
|
|
|
|
|
|
|
|
|
|
#[allow(dead_code, unused_imports, deprecated)]
|
|
|
|
#[allow(dead_code, unused_imports, deprecated, clippy::derivable_impls)]
|
|
|
|
mod notify_rust;
|
|
|
|
mod notify_rust;
|
|
|
|
|
|
|
|
|
|
|
|
pub use error::{Error, Result};
|
|
|
|
pub use error::{Error, Result};
|
|
|
|