remove: needless clone

This commit is contained in:
2026-03-21 19:13:17 +01:00
parent 36dd65c144
commit 1c0b5a23d4
4 changed files with 10 additions and 9 deletions

View File

@@ -19,7 +19,7 @@ pub async fn start_app(args: crate::args::Args, config: crate::conf::Config) ->
let config = Box::leak(Box::new(config));
let cache = caches::AppCache::new(
config.unix.magic_paths.clone(),
&config.unix.magic_paths,
&config.unix.groups,
);