Skip to content

Commit f899208

Browse files
j178charliermarsh
authored andcommitted
Fix clippy
1 parent 3c4f0f4 commit f899208

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

crates/uv-cache/src/cli.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
use std::ffi::c_float;
21
use std::io;
32
use std::path::{Path, PathBuf};
43
use uv_static::EnvVars;

crates/uv-settings/src/lib.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@ use etcetera::BaseStrategy;
55
use tracing::debug;
66

77
use uv_fs::Simplified;
8-
#[cfg(not(windows))]
9-
use uv_static::EnvVars;
108
use uv_warnings::warn_user;
119

1210
pub use crate::combine::*;

0 commit comments

Comments
 (0)