Remove stale comment on MarkerEnvironment (#11769)

This commit is contained in:
Charlie Marsh 2025-02-24 21:05:59 -10:00 committed by GitHub
parent 27de145610
commit 6080dcbf7b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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 {