Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

teloxide doesn't compile without ctrlc_handler feature #462

Closed
WaffleLapkin opened this issue Oct 22, 2021 · 1 comment · Fixed by #464
Closed

teloxide doesn't compile without ctrlc_handler feature #462

WaffleLapkin opened this issue Oct 22, 2021 · 1 comment · Fixed by #464
Assignees
Labels
K-bug Kind: bug

Comments

@WaffleLapkin
Copy link
Member

repls are gated behind #[cfg(feature = "ctrlc_handler")], but then reexports ignore this:

pub use commands_repl::{commands_repl, commands_repl_with_listener};
pub use dialogues_repl::{dialogues_repl, dialogues_repl_with_listener};
pub use repl::{repl, repl_with_listener};

This causes compilation errors (unresolved imports repl::repl, repl::repl_with_listener, etc).

We should gate the reexport too.

@Hirrolot
Copy link
Collaborator

Closed by #464.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
K-bug Kind: bug
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants