We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3bff4e commit 26905f2Copy full SHA for 26905f2
src/cargo/util/toml/mod.rs
@@ -1709,7 +1709,7 @@ pub struct TomlPackage {
1709
1710
metadata: Option<toml::Value>,
1711
1712
- // Provide a helpful error message for a common user error.
+ /// Provide a helpful error message for a common user error.
1713
#[serde(rename = "cargo-features", skip_serializing)]
1714
_invalid_cargo_features: Option<InvalidCargoFeatures>,
1715
}
0 commit comments