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();