Remove unused code allowances and clean watcher

This commit is contained in:
thePR0M3TH3AN
2025-05-20 23:13:22 -04:00
parent 83eaf6fe6e
commit d74e21a171
2 changed files with 6 additions and 12 deletions

View File

@@ -37,7 +37,6 @@ use std::{fs, path::Path, sync::{Arc, Mutex}};
/// Main handle for interacting with a Marlin database.
pub struct Marlin {
#[allow(dead_code)]
cfg: config::Config,
conn: Connection,
}