Skip to content

Commit 8408363

Browse files
committed
Remove defunct test for non implementation of sync
1 parent 5280dd1 commit 8408363

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
@@ -440,15 +440,3 @@ where
440440
.with_meta(meta)
441441
.construct()
442442
}
443-
444-
// test that ReadHandle isn't Sync
445-
// waiting on https://github.com/rust-lang/rust/issues/17606
446-
//#[test]
447-
//fn is_not_sync() {
448-
// use std::sync;
449-
// use std::thread;
450-
// let (r, mut w) = new();
451-
// w.insert(true, false);
452-
// let x = sync::Arc::new(r);
453-
// thread::spawn(move || { drop(x); });
454-
//}

0 commit comments

Comments
 (0)