We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68795c2 commit 7b7d0c1Copy full SHA for 7b7d0c1
libbpf-cargo/src/lib.rs
@@ -89,9 +89,9 @@ mod test;
89
#[derive(Error, Debug)]
90
pub enum Error {
91
#[error("Error building BPF object file {0}")]
92
- Build(#[source]anyhow::Error),
+ Build(#[source] anyhow::Error),
93
#[error("Error generating skeleton {0}")]
94
- Generate(#[source]anyhow::Error),
+ Generate(#[source] anyhow::Error),
95
}
96
97
pub type Result<T> = result::Result<T, Error>;
0 commit comments