From b48f87573a6d1e3e943ae0e1005303788b233eae Mon Sep 17 00:00:00 2001 From: Hirrolot Date: Tue, 19 Jul 2022 19:39:25 +0600 Subject: [PATCH] Ignore one doc example --- src/dispatching.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/dispatching.rs b/src/dispatching.rs index 042870e8..e35d6b9d 100644 --- a/src/dispatching.rs +++ b/src/dispatching.rs @@ -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();