chore: Unused import

This commit is contained in:
Karolin Varner
2024-10-20 20:06:34 +02:00
parent c0c06cd1dc
commit 2f9ff487ba

View File

@@ -5,7 +5,6 @@ use std::fs::File;
use std::io::Read;
use std::os::unix::fs::OpenOptionsExt;
use std::{fs::OpenOptions, path::Path};
use zerocopy::AsBytes;
/// Level of secrecy applied for a file
pub enum Visibility {