Enabled clippy warnings and fixed them

This commit is contained in:
2023-11-16 21:51:46 +03:00
parent f0116b3207
commit 6ae745fcd4
21 changed files with 129 additions and 163 deletions

View File

@@ -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> {