mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-31 04:23:40 +00:00
consolidate crates
This commit is contained in:
@@ -1,11 +1,10 @@
|
||||
pub use color_eyre::eyre::eyre;
|
||||
pub use lazy_format::lazy_format;
|
||||
pub use models::OptionExt;
|
||||
pub use tracing::instrument;
|
||||
|
||||
pub use crate::db::prelude::*;
|
||||
pub use crate::ensure_code;
|
||||
pub use crate::error::{Error, ErrorCollection, ErrorKind, ResultExt};
|
||||
pub use crate::error::{Error, ErrorCollection, ErrorKind, OptionExt, ResultExt};
|
||||
|
||||
#[macro_export]
|
||||
macro_rules! dbg {
|
||||
|
||||
Reference in New Issue
Block a user