diff --git a/examples/dispatching2_features.rs b/examples/dispatching2_features.rs index 19feb9af..1df30729 100644 --- a/examples/dispatching2_features.rs +++ b/examples/dispatching2_features.rs @@ -24,7 +24,6 @@ async fn main() { .branch( // Filter allow you to filter updates by some condition. dptree::filter( - // Note that `async move` is obligatory. |msg: Message| msg.chat.is_group() || msg.chat.is_supergroup(), ) // Endpoint is a last message handler.