mirror of
https://github.com/rust-lang/cargo.git
synced 2025-09-28 11:20:36 +00:00
docs: Fix original_toml doc comments
This commit is contained in:
parent
00d542f58a
commit
627217aa62
@ -468,7 +468,7 @@ impl Manifest {
|
||||
pub fn document(&self) -> &toml_edit::ImDocument<String> {
|
||||
&self.document
|
||||
}
|
||||
/// The [`TomlManifest`] with all fields expanded
|
||||
/// The [`TomlManifest`] as parsed from [`Manifest::document`]
|
||||
pub fn original_toml(&self) -> &TomlManifest {
|
||||
&self.original_toml
|
||||
}
|
||||
@ -664,7 +664,7 @@ impl VirtualManifest {
|
||||
pub fn document(&self) -> &toml_edit::ImDocument<String> {
|
||||
&self.document
|
||||
}
|
||||
/// The [`TomlManifest`] with all fields expanded
|
||||
/// The [`TomlManifest`] as parsed from [`VirtualManifest::document`]
|
||||
pub fn original_toml(&self) -> &TomlManifest {
|
||||
&self.original_toml
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user