Skip to content

Commit 26905f2

Browse files
committed
docs(toml): Promote a comment to doc-comment
1 parent d3bff4e commit 26905f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cargo/util/toml/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1709,7 +1709,7 @@ pub struct TomlPackage {
17091709

17101710
metadata: Option<toml::Value>,
17111711

1712-
// Provide a helpful error message for a common user error.
1712+
/// Provide a helpful error message for a common user error.
17131713
#[serde(rename = "cargo-features", skip_serializing)]
17141714
_invalid_cargo_features: Option<InvalidCargoFeatures>,
17151715
}

0 commit comments

Comments
 (0)