Skip to content

Commit 627217a

Browse files
committed
docs: Fix original_toml doc comments
1 parent 00d542f commit 627217a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/cargo/core/manifest.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -468,7 +468,7 @@ impl Manifest {
468468
pub fn document(&self) -> &toml_edit::ImDocument<String> {
469469
&self.document
470470
}
471-
/// The [`TomlManifest`] with all fields expanded
471+
/// The [`TomlManifest`] as parsed from [`Manifest::document`]
472472
pub fn original_toml(&self) -> &TomlManifest {
473473
&self.original_toml
474474
}
@@ -664,7 +664,7 @@ impl VirtualManifest {
664664
pub fn document(&self) -> &toml_edit::ImDocument<String> {
665665
&self.document
666666
}
667-
/// The [`TomlManifest`] with all fields expanded
667+
/// The [`TomlManifest`] as parsed from [`VirtualManifest::document`]
668668
pub fn original_toml(&self) -> &TomlManifest {
669669
&self.original_toml
670670
}

0 commit comments

Comments
 (0)