mirror of
https://github.com/astral-sh/uv
synced 2026-01-22 14:00:11 -05:00
Fix optional cfg gates (#14448)
Running `cargo clippy` in individual crates could raise warnings due to unused imports as `Cow` is only used with `#[cfg(feature = "schemars")]`
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
#[cfg(feature = "schemars")]
|
||||
use std::borrow::Cow;
|
||||
use std::fmt::{Display, Formatter};
|
||||
use std::ops::Deref;
|
||||
|
||||
Reference in New Issue
Block a user