We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 00d542f commit 627217aCopy full SHA for 627217a
src/cargo/core/manifest.rs
@@ -468,7 +468,7 @@ impl Manifest {
468
pub fn document(&self) -> &toml_edit::ImDocument<String> {
469
&self.document
470
}
471
- /// The [`TomlManifest`] with all fields expanded
+ /// The [`TomlManifest`] as parsed from [`Manifest::document`]
472
pub fn original_toml(&self) -> &TomlManifest {
473
&self.original_toml
474
@@ -664,7 +664,7 @@ impl VirtualManifest {
664
665
666
667
+ /// The [`TomlManifest`] as parsed from [`VirtualManifest::document`]
668
669
670
0 commit comments