mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
chore: rm unused windows import (#12697)
This commit is contained in:
@ -20,11 +20,6 @@ use std::{
|
||||
ops::Range,
|
||||
path::{Path, PathBuf},
|
||||
};
|
||||
|
||||
// Windows specific extension for std::fs
|
||||
#[cfg(windows)]
|
||||
use std::os::windows::prelude::OpenOptionsExt;
|
||||
|
||||
use tracing::*;
|
||||
|
||||
/// Compression algorithms supported by `NippyJar`.
|
||||
|
||||
Reference in New Issue
Block a user