]> git.lizzy.rs Git - rust.git/blobdiff - library/test/src/test_result.rs
Remove unsafe impl Send for CompletedTest & TestResult
[rust.git] / library / test / src / test_result.rs
index 598fb670bb4bf678242921f42d7c966a6866aa3d..c5c56ca9c7ff9c57305d49946bdf6fec0b3aaa12 100644 (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>(