Skip to content

Commit

Permalink
Remove unsafe impl Send for CompletedTest & TestResult
Browse files Browse the repository at this point in the history
  • Loading branch information
tmiasko committed Feb 19, 2021
1 parent 9b471a3 commit 2380090
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions library/test/src/event.rs
Expand Up @@ -24,8 +24,6 @@ impl CompletedTest {
}
}

unsafe impl Send for CompletedTest {}

#[derive(Debug, Clone)]
pub enum TestEvent {
TeFiltered(Vec<TestDesc>),
Expand Down
2 changes: 0 additions & 2 deletions library/test/src/test_result.rs
Expand Up @@ -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>(
Expand Down

0 comments on commit 2380090

Please sign in to comment.