Skip to content

Commit 60c1b91

Browse files
committed
Remove defunct test for non implementation of sync
1 parent 3862349 commit 60c1b91

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

src/lib.rs

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -431,15 +431,3 @@ where
431431
.with_meta(meta)
432432
.construct()
433433
}
434-
435-
// test that ReadHandle isn't Sync
436-
// waiting on https://github.com/rust-lang/rust/issues/17606
437-
//#[test]
438-
//fn is_not_sync() {
439-
// use std::sync;
440-
// use std::thread;
441-
// let (r, mut w) = new();
442-
// w.insert(true, false);
443-
// let x = sync::Arc::new(r);
444-
// thread::spawn(move || { drop(x); });
445-
//}

0 commit comments

Comments
 (0)