Thank god we test --no-default-features in CI uhhhhh

This commit is contained in:
Maybe Waffle 2022-12-14 19:30:21 +04:00
parent dccd3ce4c7
commit a366334710

View file

@ -229,6 +229,7 @@ pub mod update_listeners {
///
/// [`teloxide::repls`]: crate::repls
#[deprecated]
#[cfg(all(feature = "ctrlc_handler"))]
pub mod repls {
pub use crate::repls::*;
}