We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c4f0f4 commit f899208Copy full SHA for f899208
crates/uv-cache/src/cli.rs
@@ -1,4 +1,3 @@
1
-use std::ffi::c_float;
2
use std::io;
3
use std::path::{Path, PathBuf};
4
use uv_static::EnvVars;
crates/uv-settings/src/lib.rs
@@ -5,8 +5,6 @@ use etcetera::BaseStrategy;
5
use tracing::debug;
6
7
use uv_fs::Simplified;
8
-#[cfg(not(windows))]
9
-use uv_static::EnvVars;
10
use uv_warnings::warn_user;
11
12
pub use crate::combine::*;
0 commit comments