Skip to content

Commit

Permalink
remove {0}
Browse files Browse the repository at this point in the history
  • Loading branch information
taikulawo committed Jul 15, 2023
1 parent 36f4c9e commit ecda39e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions libbpf-cargo/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -88,9 +88,9 @@ mod test;
/// Canonical error type for this crate.
#[derive(Error, Debug)]
pub enum Error {
#[error("Error building BPF object file {0}")]
#[error("Error building BPF object file")]
Build(#[source] anyhow::Error),
#[error("Error generating skeleton {0}")]
#[error("Error generating skeleton")]
Generate(#[source] anyhow::Error),
}

Expand Down

0 comments on commit ecda39e

Please sign in to comment.