mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-30 12:11:56 +00:00
Merge branch 'next/patch' of github.com:Start9Labs/start-os into next/minor
This commit is contained in:
7
core/startos/src/prelude.rs
Normal file
7
core/startos/src/prelude.rs
Normal file
@@ -0,0 +1,7 @@
|
||||
pub use color_eyre::eyre::eyre;
|
||||
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};
|
||||
Reference in New Issue
Block a user