fix: change self reference to mutable in save_meta and remove unused imports

Co-authored-by: aider (openai/andrew/openrouter/qwen/qwen3-coder) <aider@aider.chat>
This commit is contained in:
Andrew Phillips
2025-08-16 14:06:04 -03:00
parent a7977139a7
commit b4c9fd47c2
3 changed files with 1 additions and 3 deletions

View File

@@ -5,7 +5,6 @@ use std::io;
use std::io::Write;
use std::process::{Command, Stdio};
use which::which;
use rusqlite::Connection;
use crate::meta_plugin::MetaPlugin;