Skip to content

Commit bc4c92d

Browse files
committed
Remove not-needed unsafe impl Sync
Now that we're properly trait'ed this is not needed
1 parent b2403b6 commit bc4c92d

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

examples/repeat.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ impl Participant for Repeat {
2121
}
2222

2323
}
24-
unsafe impl Sync for Repeat {} // FIXME: figure out how to avoid
2524

2625
fn main() {
2726
static r: Repeat = Repeat { state: None };

0 commit comments

Comments
 (0)