fix: re-export

This commit is contained in:
əlemi 2024-09-04 17:22:52 +02:00 committed by zaaarf
parent e822fad74e
commit 75a8a3bc92
No known key found for this signature in database
GPG key ID: 102E445F4C3F829B

View file

@ -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;