We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b471a3 commit 2380090Copy full SHA for 2380090
library/test/src/event.rs
@@ -24,8 +24,6 @@ impl CompletedTest {
24
}
25
26
27
-unsafe impl Send for CompletedTest {}
28
-
29
#[derive(Debug, Clone)]
30
pub enum TestEvent {
31
TeFiltered(Vec<TestDesc>),
library/test/src/test_result.rs
@@ -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>(
0 commit comments