Another round of manual linting
Some checks failed
Build and Test / Format check (push) Has been cancelled
Build and Test / Lint (push) Has been cancelled
Build and Test / Test (push) Has been cancelled
Build and Test / Check dependency hash (push) Has been cancelled
Build and Test / Build (push) Has been cancelled

This commit is contained in:
Natsu Kagami 2025-05-13 00:58:28 +02:00
parent c5f46dd7fe
commit a4ac2b9e2c
Signed by: nki
GPG key ID: 55A032EB38B49ADB
8 changed files with 38 additions and 38 deletions

View file

@ -188,7 +188,7 @@ impl OsuUser {
impl OsuUser {
/// Stores the user.
pub async fn store<'a>(&self, conn: &mut Transaction<'a, Database>) -> Result<bool> {
pub async fn store(&self, conn: &mut Transaction<'_, Database>) -> Result<bool> {
let old_user_id = {
query!(
r#"SELECT id as "id: i64" FROM osu_users WHERE user_id = ?"#,