mirror of
https://github.com/teloxide/teloxide.git
synced 2025-01-03 17:52:12 +01:00
Simplify the brief description of crate::stop
Usually, we have very brief descriptions of modules. I see no reason to make it elaborate -- it does even contain only a few items.
Former-commit-id: a7981cc99b
This commit is contained in:
parent
141b72db9b
commit
b58f731ef3
1 changed files with 1 additions and 4 deletions
|
@ -1,8 +1,5 @@
|
||||||
//! This module contains stop [token] and stop [flag] that are used to stop
|
//! Stopping asynchronous tasks, e.g., [listeners].
|
||||||
//! async tasks, for example [listeners].
|
|
||||||
//!
|
//!
|
||||||
//! [token]: StopToken
|
|
||||||
//! [flag]: StopFlag
|
|
||||||
//! [listeners]: crate::dispatching::update_listeners
|
//! [listeners]: crate::dispatching::update_listeners
|
||||||
|
|
||||||
use std::{convert::Infallible, future::Future, pin::Pin, task};
|
use std::{convert::Infallible, future::Future, pin::Pin, task};
|
||||||
|
|
Loading…
Reference in a new issue