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:
parent
26d94a8289
commit
741e33c3af
2 changed files with 6 additions and 10 deletions
|
|
@ -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},
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue