Skip to content

Commit

Permalink
#[error(transparent)]
Browse files Browse the repository at this point in the history
  • Loading branch information
edmorley committed Nov 7, 2023
1 parent 9504a2c commit cfd3c3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libcnb-test/src/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,6 @@ pub(crate) enum PackageBuildpackError {
FindCargoWorkspaceRoot(FindCargoWorkspaceRootError),
#[error("Couldn't get buildpack dependencies: {0}")]
GetDependencies(GetDependenciesError<BuildpackId>),
#[error("{0}")]
#[error(transparent)]
PackageBuildpack(libcnb_package::package::PackageBuildpackError),
}

0 comments on commit cfd3c3d

Please sign in to comment.