Skip to content

Commit

Permalink
docs: Explain what a resolved toml is
Browse files Browse the repository at this point in the history
  • Loading branch information
epage authored and charmitro committed Sep 13, 2024
1 parent 96f6159 commit 9196c04
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/cargo/core/manifest.rs
Original file line number Diff line number Diff line change
Expand Up @@ -445,6 +445,7 @@ impl Manifest {
}
}

/// The [`TomlManifest`] with all fields expanded
pub fn resolved_toml(&self) -> &TomlManifest {
&self.resolved_toml
}
Expand Down

0 comments on commit 9196c04

Please sign in to comment.