mirror of
https://github.com/astral-sh/uv.git
synced 2025-08-04 10:58:28 +00:00
Remove stale comment on MarkerEnvironment
(#11769)
This commit is contained in:
parent
27de145610
commit
6080dcbf7b
1 changed files with 0 additions and 2 deletions
|
@ -7,8 +7,6 @@ use crate::{CanonicalMarkerValueString, CanonicalMarkerValueVersion, StringVersi
|
|||
/// The marker values for a python interpreter, normally the current one
|
||||
///
|
||||
/// <https://packaging.python.org/en/latest/specifications/dependency-specifiers/#environment-markers>
|
||||
///
|
||||
/// Some are `(String, Version)` because we have to support version comparison
|
||||
#[allow(missing_docs, clippy::unsafe_derive_deserialize)]
|
||||
#[derive(Clone, Debug, Eq, Hash, PartialEq, serde::Deserialize, serde::Serialize)]
|
||||
pub struct MarkerEnvironment {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue