Remove unsafe impl Send for CompletedTest & TestResult

This commit is contained in:
Tomasz Miąsko 2021-02-19 00:00:00 +00:00
parent 9b471a3f5f
commit 2380090f49
2 changed files with 0 additions and 4 deletions

View File

@ -24,8 +24,6 @@ impl CompletedTest {
}
}
unsafe impl Send for CompletedTest {}
#[derive(Debug, Clone)]
pub enum TestEvent {
TeFiltered(Vec<TestDesc>),

View File

@ -24,8 +24,6 @@ pub enum TestResult {
TrTimedFail,
}
unsafe impl Send for TestResult {}
/// Creates a `TestResult` depending on the raw result of test execution
/// and associated data.
pub fn calc_result<'a>(