Skip to content

Commit

Permalink
Fix clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
j178 authored and charliermarsh committed Oct 21, 2024
1 parent 3c4f0f4 commit f899208
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion crates/uv-cache/src/cli.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
use std::ffi::c_float;
use std::io;
use std::path::{Path, PathBuf};
use uv_static::EnvVars;
Expand Down
2 changes: 0 additions & 2 deletions crates/uv-settings/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ use etcetera::BaseStrategy;
use tracing::debug;

use uv_fs::Simplified;
#[cfg(not(windows))]
use uv_static::EnvVars;
use uv_warnings::warn_user;

pub use crate::combine::*;
Expand Down

0 comments on commit f899208

Please sign in to comment.