refactor: update function parameters to use references where appropriate

This commit is contained in:
Andrew Phillips
2025-05-14 22:09:23 -03:00
committed by Andrew Phillips (aider)
parent d1edd20845
commit dd8f828ed3
10 changed files with 21 additions and 21 deletions

View File

@@ -10,7 +10,7 @@ use rusqlite::Connection;
pub fn mode_delete(
cmd: &mut Command,
_args: crate::Args,
_args: &crate::Args,
ids: &mut Vec<i64>,
tags: &mut Vec<String>,
conn: &mut Connection,