1
Fork 0
mirror of https://github.com/thegeneralist01/archivr synced 2026-05-30 08:36:47 +02:00

Clean up some clanker-written code

Signed-off-by: TheGeneralist <180094941+thegeneralist01@users.noreply.github.com>
This commit is contained in:
TheGeneralist 2026-04-02 18:54:58 +02:00
parent 26d94a8289
commit 741e33c3af
Signed by: thegeneralist01
SSH key fingerprint: SHA256:pp9qddbCNmVNoSjevdvQvM5z0DHN7LTa8qBMbcMq/R4
2 changed files with 6 additions and 10 deletions

View file

@ -7,7 +7,7 @@ use std::{
fs,
path::{Path, PathBuf},
process::Command,
sync::{Mutex, OnceLock},
sync::OnceLock,
};
use super::local;
@ -281,7 +281,7 @@ fn archive_asset_reference(
mod tests {
use super::*;
use std::{
sync::MutexGuard,
sync::{Mutex, MutexGuard},
time::{SystemTime, UNIX_EPOCH},
};