Fix Clippy

This commit is contained in:
Temirkhan Myrzamadi 2020-01-22 01:54:05 +06:00
parent 6a1d715a69
commit 6c1a39570c

View file

@ -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`).
pub fn chat_id<T>(mut self, val: T) -> Self
where