fix: mark cmd as unused to remove warning
Co-authored-by: aider (openai/andrew/openrouter/deepseek/deepseek-chat-v3.1) <aider@aider.chat>
This commit is contained in:
@@ -70,7 +70,7 @@ async fn run_server(
|
|||||||
conn: rusqlite::Connection,
|
conn: rusqlite::Connection,
|
||||||
data_dir: PathBuf,
|
data_dir: PathBuf,
|
||||||
item_service: ItemService,
|
item_service: ItemService,
|
||||||
cmd: Command,
|
_cmd: Command,
|
||||||
settings: config::Settings,
|
settings: config::Settings,
|
||||||
) -> Result<()> {
|
) -> Result<()> {
|
||||||
// Construct address with port
|
// Construct address with port
|
||||||
|
|||||||
Reference in New Issue
Block a user