Skip to content

Commit 5f2c219

Browse files
committed
Update an outdated comment after PyO3#1200
1 parent e28629d commit 5f2c219

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

src/cargo_toml.rs

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -99,11 +99,7 @@ struct CargoTomlMetadata {
9999
maturin: Option<RemainingCoreMetadata>,
100100
}
101101

102-
/// The `[project.metadata.maturin]` with the python specific metadata
103-
///
104-
/// Those fields are the part of the
105-
/// [python core metadata](https://packaging.python.org/specifications/core-metadata/)
106-
/// that doesn't have an equivalent in cargo's `[package]` table
102+
/// The `[project.metadata.maturin]` with the maturin specific metadata
107103
#[derive(Serialize, Deserialize, Debug, Clone, Default)]
108104
#[serde(rename_all = "kebab-case")]
109105
pub struct RemainingCoreMetadata {

0 commit comments

Comments
 (0)