mirror of
https://github.com/PR0M3TH3AN/Marlin.git
synced 2025-09-09 15:48:43 +00:00
Remove unused code allowances and clean watcher
This commit is contained in:
@@ -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,
|
||||
}
|
||||
|
Reference in New Issue
Block a user