Ignore one doc example

Former-commit-id: b48f87573a
This commit is contained in:
Hirrolot 2022-07-19 19:39:25 +06:00
parent 411c851a2f
commit db5747eb4e

View file

@ -140,7 +140,7 @@
//!
//! Finally, we plug the schema into [`Dispatcher`] like this:
//!
//! ```no_run
//! ```ignore
//! # #[tokio::main]
//! # async fn main() {
//! let bot = Bot::from_env().auto_send();