Skip to content

Commit

Permalink
Update src/proposed_new_lib_api.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
obi1kenobi authored May 29, 2024
1 parent 85650e7 commit c56b257
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/proposed_new_lib_api.rs
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ pub struct ManifestGitRevision {

/// If we failed to use the git repo and check out the revision.
/// For example, if the repo path is incorrect or the specified revision doesn't exist.
if_failed_to_check_out_rev: OnUnexpectedOutcome
if_failed_to_check_out_rev: OnUnexpectedOutcome,

/// If we failed to open, read, or parse the root manifest file at the specified path.
if_failed_to_read_root_manifest: OnUnexpectedOutcome,
Expand Down

0 comments on commit c56b257

Please sign in to comment.