mirror of
https://github.com/paradigmxyz/reth.git
synced 2026-01-27 16:18:08 -05: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