Enabled clippy warnings and fixed them
This commit is contained in:
@@ -27,7 +27,7 @@ pub fn menu_markup_sync(
|
||||
|
||||
#[inline]
|
||||
pub async fn menu_markup(
|
||||
command: impl Into<String>,
|
||||
command: impl Into<String> + Send,
|
||||
user_id: u64,
|
||||
db: &DatabaseConnection,
|
||||
) -> crate::Result<InlineKeyboardMarkup> {
|
||||
|
Reference in New Issue
Block a user