mirror of
https://github.com/hexedtech/codemp.git
synced 2024-11-22 15:24:48 +01:00
fix: re-export
This commit is contained in:
parent
e822fad74e
commit
75a8a3bc92
1 changed files with 0 additions and 1 deletions
|
@ -135,7 +135,6 @@ pub use client::Client;
|
||||||
|
|
||||||
/// crate error types and helpers
|
/// crate error types and helpers
|
||||||
pub mod errors;
|
pub mod errors;
|
||||||
pub use errors::{Error, Result};
|
|
||||||
|
|
||||||
/// all-in-one imports : `use codemp::prelude::*;`
|
/// all-in-one imports : `use codemp::prelude::*;`
|
||||||
pub mod prelude;
|
pub mod prelude;
|
||||||
|
|
Loading…
Reference in a new issue