mirror of
https://github.com/teloxide/teloxide.git
synced 2025-03-22 06:45:37 +01:00
Fix Clippy
This commit is contained in:
parent
6a1d715a69
commit
6c1a39570c
1 changed files with 1 additions and 1 deletions
|
@ -74,7 +74,7 @@ impl<'a> SendVenue<'a> {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/// Unique identifier for the target chat or username of the target channel
|
/// Unique identifier for the target chat or username of the target channel
|
||||||
/// (in the format `@channelusername`).
|
/// (in the format `@channelusername`).
|
||||||
pub fn chat_id<T>(mut self, val: T) -> Self
|
pub fn chat_id<T>(mut self, val: T) -> Self
|
||||||
where
|
where
|
||||||
|
|
Loading…
Add table
Reference in a new issue