We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2a7c96 commit 446ddecCopy full SHA for 446ddec
rust/cert-tools/src/cli_args.rs
@@ -91,7 +91,6 @@ impl CertInput {
91
let certs = parse_pem_contents(&file_contents).with_whatever_context(|_| {
92
format!(
93
"failed to parse PEM contents from {path:?}",
94
- path = self.path()
95
)
96
})?;
97
ensure_whatever!(
0 commit comments