mirror of
https://github.com/astral-sh/uv.git
synced 2025-07-07 21:35:00 +00:00
Move PyO3 derive down (#3434)
## Summary For some reason the current order is breaking the IntelliJ LSP.
This commit is contained in:
parent
e8b423de77
commit
d665410d59
1 changed files with 1 additions and 1 deletions
|
@ -360,8 +360,8 @@ impl Deref for StringVersion {
|
|||
///
|
||||
/// Some are `(String, Version)` because we have to support version comparison
|
||||
#[allow(missing_docs, clippy::unsafe_derive_deserialize)]
|
||||
#[cfg_attr(feature = "pyo3", pyclass(get_all, module = "pep508"))]
|
||||
#[derive(Clone, Debug, Eq, Hash, PartialEq, serde::Deserialize, serde::Serialize)]
|
||||
#[cfg_attr(feature = "pyo3", pyclass(get_all, module = "pep508"))]
|
||||
pub struct MarkerEnvironment {
|
||||
pub implementation_name: String,
|
||||
pub implementation_version: StringVersion,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue