mirror of
https://github.com/astral-sh/uv.git
synced 2025-07-07 13:25:00 +00:00
Remove non-existent feature (#5049)
Nightly rustc is complaining about this.
This commit is contained in:
parent
720ae195a1
commit
04c96c8df8
1 changed files with 0 additions and 1 deletions
|
@ -12,7 +12,6 @@ use toml_edit::Value;
|
|||
#[allow(dead_code)]
|
||||
#[derive(Debug, Clone, PartialEq, Eq, Deserialize)]
|
||||
#[serde(rename_all = "kebab-case")]
|
||||
#[cfg_attr(feature = "schemars", derive(schemars::JsonSchema))]
|
||||
pub struct Tool {
|
||||
/// The requirements requested by the user during installation.
|
||||
requirements: Vec<pep508_rs::Requirement<VerbatimParsedUrl>>,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue