generated from PlexSheep/rs-base
automatic cargo CI changes
This commit is contained in:
parent
88d388807f
commit
29a6c984ae
|
@ -29,8 +29,8 @@ pub enum Error {
|
||||||
#[error("Error sharing the benchmark data over multiple threads")]
|
#[error("Error sharing the benchmark data over multiple threads")]
|
||||||
Mutex {
|
Mutex {
|
||||||
#[from]
|
#[from]
|
||||||
source: std::sync::PoisonError<Report>
|
source: std::sync::PoisonError<Report>,
|
||||||
}
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
#[derive(Debug, Clone, Error)]
|
#[derive(Debug, Clone, Error)]
|
||||||
|
|
Loading…
Reference in New Issue