mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-22 14:55:26 +00:00
Remove unsafe impl Send for CompletedTest & TestResult
This commit is contained in:
parent
9b471a3f5f
commit
2380090f49
@ -24,8 +24,6 @@ impl CompletedTest {
|
||||
}
|
||||
}
|
||||
|
||||
unsafe impl Send for CompletedTest {}
|
||||
|
||||
#[derive(Debug, Clone)]
|
||||
pub enum TestEvent {
|
||||
TeFiltered(Vec<TestDesc>),
|
||||
|
@ -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>(
|
||||
|
Loading…
Reference in New Issue
Block a user