Skip to content

Commit 196e8b4

Browse files
committed
docs: Explain what a resolved toml is
1 parent 05feb07 commit 196e8b4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/cargo/core/manifest.rs

+1
Original file line numberDiff line numberDiff line change
@@ -445,6 +445,7 @@ impl Manifest {
445445
}
446446
}
447447

448+
/// The [`TomlManifest`] with all fields expanded
448449
pub fn resolved_toml(&self) -> &TomlManifest {
449450
&self.resolved_toml
450451
}

0 commit comments

Comments
 (0)