automatic cargo CI changes

This commit is contained in:
PlexSheep 2024-04-05 08:06:40 +00:00 committed by github-actions[bot]
parent 88d388807f
commit 29a6c984ae
1 changed files with 2 additions and 2 deletions

View File

@ -29,8 +29,8 @@ pub enum Error {
#[error("Error sharing the benchmark data over multiple threads")]
Mutex {
#[from]
source: std::sync::PoisonError<Report>
}
source: std::sync::PoisonError<Report>,
},
}
#[derive(Debug, Clone, Error)]