mirror of
https://github.com/teloxide/teloxide.git
synced 2025-03-14 11:44:04 +01:00
Re-export InMemStorageError unconditionally
This commit is contained in:
parent
08bf40e555
commit
58c8015e78
1 changed files with 2 additions and 2 deletions
|
@ -166,9 +166,9 @@ pub use teloxide_macros::Transition;
|
|||
|
||||
#[cfg(feature = "redis-storage")]
|
||||
#[cfg_attr(all(docsrs, feature = "nightly"), doc(cfg(feature = "redis-storage")))]
|
||||
pub use storage::{InMemStorageError, RedisStorage, RedisStorageError};
|
||||
pub use storage::{RedisStorage, RedisStorageError};
|
||||
|
||||
#[cfg(feature = "sqlite-storage")]
|
||||
pub use storage::{SqliteStorage, SqliteStorageError};
|
||||
|
||||
pub use storage::{serializer, InMemStorage, Serializer, Storage, TraceStorage};
|
||||
pub use storage::{serializer, InMemStorage, InMemStorageError, Serializer, Storage, TraceStorage};
|
||||
|
|
Loading…
Add table
Reference in a new issue