Skip to content

Commit ecda39e

Browse files
committed
remove {0}
1 parent 36f4c9e commit ecda39e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

libbpf-cargo/src/lib.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -88,9 +88,9 @@ mod test;
8888
/// Canonical error type for this crate.
8989
#[derive(Error, Debug)]
9090
pub enum Error {
91-
#[error("Error building BPF object file {0}")]
91+
#[error("Error building BPF object file")]
9292
Build(#[source] anyhow::Error),
93-
#[error("Error generating skeleton {0}")]
93+
#[error("Error generating skeleton")]
9494
Generate(#[source] anyhow::Error),
9595
}
9696

0 commit comments

Comments
 (0)