mirror of
https://github.com/teloxide/teloxide.git
synced 2024-12-23 15:01:45 +01:00
Update src/dispatching/dialogue/storage/mod.rs
Co-authored-by: Waffle Lapkin <waffle.lapkin@gmail.com>
This commit is contained in:
parent
80e1afaeed
commit
de52ea25f9
1 changed files with 1 additions and 1 deletions
|
@ -67,7 +67,7 @@ pub trait Storage<D> {
|
||||||
where
|
where
|
||||||
D: Send + 'static;
|
D: Send + 'static;
|
||||||
|
|
||||||
/// Extracts a dialogue indexed by `chat_id`.
|
/// Returns the dialogue indexed by `chat_id`.
|
||||||
#[must_use = "Futures are lazy and do nothing unless polled with .await"]
|
#[must_use = "Futures are lazy and do nothing unless polled with .await"]
|
||||||
fn get_dialogue(
|
fn get_dialogue(
|
||||||
self: Arc<Self>,
|
self: Arc<Self>,
|
||||||
|
|
Loading…
Reference in a new issue