Skip to content

Commit

Permalink
fix: make telexide::utils::result::TelegramError public (#35)
Browse files Browse the repository at this point in the history
it would be very useful to have this enum public
  • Loading branch information
AdriDevelopsThings authored Jan 4, 2024
1 parent dff10e8 commit fdaeff4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ pub mod macros {
}

pub use client::Client;
pub use utils::result::{Error, Result};
pub use utils::result::{Error, TelegramError, Result};

pub mod prelude {
//! A default set of exports which can be helpful to use.
Expand Down

0 comments on commit fdaeff4

Please sign in to comment.